Focused tab is marked with different color
This commit is contained in:
parent
b3f15dc049
commit
f7a0b7b440
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@
|
||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabs li a:focus {
|
||||||
|
color: firebrick;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue