mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +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;
|
||||
}
|
||||
|
||||
ul > .selected > a:after,
|
||||
ul > .nav-item.active:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dashboard > div.container {
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user