diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 17:36:19 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-29 17:36:19 +0200 |
commit | 8b183196cbafaa491bf70e32c82fabd2064ad462 (patch) | |
tree | fac9e7e58524f1baede921724d970b709040e074 /client/src/sass/include | |
parent | f5d9558f66ba7b92c6f6ed21796e490a33149dd7 (diff) | |
download | PeerTube-8b183196cbafaa491bf70e32c82fabd2064ad462.tar.gz PeerTube-8b183196cbafaa491bf70e32c82fabd2064ad462.tar.zst PeerTube-8b183196cbafaa491bf70e32c82fabd2064ad462.zip |
fix primeng border color on all themes
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; |