mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 10:39:56 +08:00
Add color definition so bold/italic btn localization matches icon color
This commit is contained in:
parent
7cf45dab01
commit
150e83d2a6
@ -51,8 +51,12 @@
|
||||
.btn-default {
|
||||
background-color: transparent;
|
||||
display: inline-block;
|
||||
color: $primary-medium;
|
||||
.d-icon {
|
||||
color: $primary-medium;
|
||||
color: currentColor;
|
||||
}
|
||||
&:hover {
|
||||
color: $primary-low;
|
||||
}
|
||||
|
||||
svg {
|
||||
|
Loading…
x
Reference in New Issue
Block a user