Fix left border from divider of dropdown menu (#5953)

This commit is contained in:
Yuriy Bakhtin 2022-11-29 19:43:16 +04:00 committed by GitHub
parent 418812dbed
commit 84f07d32cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@
}
}
li:hover,
li:hover:not(.divider),
li.selected {
border-left: 3px solid @info;
background-color: @background-color-secondary !important;

View File

@ -136,7 +136,7 @@ ul.tab-menu-settings {
}
}
li:hover,
li:hover:not(.divider),
li.selected {
border-left: 3px solid @info;
color: @text-color-contrast !important;

File diff suppressed because one or more lines are too long