diff options
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 75fe2ab11..0fb54f121 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -690,12 +690,11 @@ | |||
690 | overflow: hidden; | 690 | overflow: hidden; |
691 | font-size: 0.75rem; | 691 | font-size: 0.75rem; |
692 | border-radius: 0.25rem; | 692 | border-radius: 0.25rem; |
693 | isolation: isolate; | ||
694 | position: relative; | 693 | position: relative; |
695 | 694 | ||
696 | span { | 695 | span { |
697 | position: absolute; | 696 | position: absolute; |
698 | color: rgb(92, 92, 92); | 697 | color: $grey-foreground-color; |
699 | top: -1px; | 698 | top: -1px; |
700 | 699 | ||
701 | &:nth-of-type(1) { | 700 | &:nth-of-type(1) { |