fix #2: increase specificity of ty-anchor-button selectors

pull/7734/head
Carl Richter 4 years ago
parent fc690a29f5
commit e4dcad05dd

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

Loading…
Cancel
Save