mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Fix left border from divider of dropdown menu (#5953)
This commit is contained in:
parent
418812dbed
commit
84f07d32cc
@ -66,7 +66,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
li:hover,
|
||||
li:hover:not(.divider),
|
||||
li.selected {
|
||||
border-left: 3px solid @info;
|
||||
background-color: @background-color-secondary !important;
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user