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 {
|
||||
border-top: 2px solid #CC2936;
|
||||
border-top: 2px solid $tab-background-color-selected;
|
||||
}
|
||||
|
||||
.tab-name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue