mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 00:15:15 +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 {
|
.btn-default {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
color: $primary-medium;
|
||||||
.d-icon {
|
.d-icon {
|
||||||
color: $primary-medium;
|
color: currentColor;
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
color: $primary-low;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user