Fix active entry highlight in certain apps
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
9959560649
commit
55f67ff7e7
|
@ -93,7 +93,8 @@ kbd {
|
||||||
border-right: 1px solid nc-darken($color-main-background, 8%);
|
border-right: 1px solid nc-darken($color-main-background, 8%);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
> ul {
|
> ul,
|
||||||
|
.with-icon > ul {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: inherit;
|
width: inherit;
|
||||||
|
|
Loading…
Reference in New Issue