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…
Reference in New Issue