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