Change active tab and nav class to "active"
The main nav used active, the sub nav used current. This normalizes it.
This commit is contained in:
parent
adcc6a0b0e
commit
51c1e49900
4 changed files with 18 additions and 21 deletions
|
@ -53,7 +53,7 @@ ul.main_menu {
|
|||
border-left: 0;
|
||||
}
|
||||
|
||||
&.current {
|
||||
&.active {
|
||||
background-color:#D5D5D5;
|
||||
border-right: 1px solid #BBB;
|
||||
border-left: 1px solid #BBB;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue