Selected items are no longer underscored
This commit is contained in:
parent
1553ec8e75
commit
0a21d10276
|
@ -114,7 +114,6 @@
|
|||
.selector li.active {
|
||||
color: #000;
|
||||
cursor: default;
|
||||
border-bottom: #000 1px solid;
|
||||
}
|
||||
|
||||
.whatsgoingon {
|
||||
|
|
|
@ -39,9 +39,7 @@
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
border-bottom: #fff 1px solid;
|
||||
}
|
||||
.menu .nav a.active {
|
||||
color: #000;
|
||||
border-bottom: #000 1px solid;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue