fix visual inconsistencies from custom scss

master
an 2019-08-16 05:11:57 -04:00
parent afcdb3f55b
commit 2285f40ef2
1 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,7 @@
.text-icon-button {
&.active {
color: #ffffff;
background-color: #FF5500;
background-color: $ui-highlight-color;
border-radius: 4px;
}
}
@ -15,7 +15,7 @@
.sensitive {
&.inverted.active {
color: #ffffff;
background-color: #FF5500;
background-color: $ui-highlight-color;
border-radius: 4px;
}
}
@ -23,8 +23,6 @@
.status__collapse-button {
&.active {
color: #ffffff;
background-color: #FF5500;
border-radius: 4px;
}
}