Tab bar: Change selected-tab highlight color
This commit is contained in:
parent
43c55594c1
commit
6166907d08
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
border-top: 2px solid #CC2936;
|
border-top: 2px solid $tab-background-color-selected;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-name {
|
.tab-name {
|
||||||
|
|
|
@ -87,6 +87,7 @@ $toolbar-border: .5px solid $toolbar-border-color;
|
||||||
|
|
||||||
// Tab bar
|
// Tab bar
|
||||||
$tab-border: $toolbar-border;
|
$tab-border: $toolbar-border;
|
||||||
|
$tab-background-color-selected: #678AC5;
|
||||||
|
|
||||||
// Icon
|
// Icon
|
||||||
$icon-color: $secondary;
|
$icon-color: $secondary;
|
||||||
|
|
Loading…
Reference in a new issue