diff options
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index c7aa174ed..2efd6a1d3 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -221,6 +221,7 @@ | |||
221 | cursor: pointer; | 221 | cursor: pointer; |
222 | height: $button-height; | 222 | height: $button-height; |
223 | text-overflow: ellipsis; | 223 | text-overflow: ellipsis; |
224 | color: var(--mainForegroundColor); | ||
224 | 225 | ||
225 | &:focus { | 226 | &:focus { |
226 | outline: none; | 227 | outline: none; |