Tab bar: Change selected-tab highlight color

This commit is contained in:
Dan Stillman 2020-09-21 15:04:58 -04:00
parent 43c55594c1
commit 6166907d08
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@
}
&.selected {
border-top: 2px solid #CC2936;
border-top: 2px solid $tab-background-color-selected;
}
.tab-name {

View file

@ -87,6 +87,7 @@ $toolbar-border: .5px solid $toolbar-border-color;
// Tab bar
$tab-border: $toolbar-border;
$tab-background-color-selected: #678AC5;
// Icon
$icon-color: $secondary;