Fix header button colors
This commit is contained in:
parent
9d029e9847
commit
c051c96587
1 changed files with 2 additions and 2 deletions
|
@ -53,11 +53,11 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconButton:not(.stroke) svg * {
|
.iconButton:not(.stroke) svg * {
|
||||||
fill: #8e99a4;
|
fill: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconButton:not(.stroke):hover svg * {
|
.iconButton:not(.stroke):hover svg * {
|
||||||
fill: #8d97a5;
|
fill: #0dbd8b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconButton.on:not(.stroke) svg * {
|
.iconButton.on:not(.stroke) svg * {
|
||||||
|
|
Loading…
Add table
Reference in a new issue