Fix header button colors
This commit is contained in:
@@ -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 * {
|
||||||
|
|||||||
Reference in New Issue
Block a user