mirror of https://github.com/hashicorp/consul
ui: Fix positioning of active icon in the selected menu item (#7148)
parent
ff315c95fd
commit
c6e72c3e46
|
@ -65,6 +65,9 @@
|
|||
padding: 10px;
|
||||
padding-left: 36px;
|
||||
}
|
||||
%menu-panel .is-active {
|
||||
position: relative;
|
||||
}
|
||||
%menu-panel .is-active > *::after {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
|
Loading…
Reference in New Issue