mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
CSS: Remove caret for active list items in mobile menu
This commit is contained in:
parent
ac53cb6035
commit
3294e2a789
@ -80,6 +80,11 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul > .selected > a:after,
|
||||||
|
ul > .nav-item.active:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.dashboard > div.container {
|
.dashboard > div.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user