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 {