Merge pull request #4 from tyclipso/fix/anchor-button

fix #2: increase specificity of ty-anchor-button selectors
pull/7734/head
Carl Richter 4 years ago committed by GitHub
commit 0dd46b091f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
.ty-anchor-button {
.v-btn.ty-anchor-button {
position: absolute;
right: 0;
top: 50%;
@ -9,11 +9,11 @@
color: mc('grey', '700');
}
.toc-header:hover .ty-anchor-button {
.toc-header:hover .v-btn.ty-anchor-button {
opacity: 1;
visibility: visible;
}
.theme--dark .ty-anchor-button {
.theme--dark .v-btn.ty-anchor-button {
color: mc('grey', '400');
}

Loading…
Cancel
Save