From e4dcad05dde1cbfd3f5f7c8c0484f47d8e516630 Mon Sep 17 00:00:00 2001 From: Carl Richter Date: Fri, 6 Aug 2021 11:28:22 +0200 Subject: [PATCH] fix #2: increase specificity of ty-anchor-button selectors --- client/themes/tyclipso/scss/components/_anchor-button.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/themes/tyclipso/scss/components/_anchor-button.scss b/client/themes/tyclipso/scss/components/_anchor-button.scss index 9ea5b019..2d452b3a 100644 --- a/client/themes/tyclipso/scss/components/_anchor-button.scss +++ b/client/themes/tyclipso/scss/components/_anchor-button.scss @@ -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'); }