Add border-top to settings menu when its open
Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
parent
8e4b5d02f4
commit
92e0a1ab63
|
@ -736,7 +736,8 @@ $min-content-width: $breakpoint-mobile - $navigation-width - $list-min-width;
|
|||
border-top: solid 1px var(--color-border);
|
||||
}
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:focus,
|
||||
&.opened {
|
||||
background-color: var(--color-main-background);
|
||||
opacity: 1;
|
||||
box-shadow: inset 4px 0 var(--color-primary);
|
||||
|
|
Loading…
Reference in New Issue