Add border-top to settings menu when its open

Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
Greta Doci 2019-07-19 15:18:26 +02:00
parent 8e4b5d02f4
commit 92e0a1ab63
1 changed files with 2 additions and 1 deletions

View File

@ -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);