mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +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 {
|
li.selected {
|
||||||
border-left: 3px solid @info;
|
border-left: 3px solid @info;
|
||||||
background-color: @background-color-secondary !important;
|
background-color: @background-color-secondary !important;
|
||||||
|
@ -136,7 +136,7 @@ ul.tab-menu-settings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li:hover,
|
li:hover:not(.divider),
|
||||||
li.selected {
|
li.selected {
|
||||||
border-left: 3px solid @info;
|
border-left: 3px solid @info;
|
||||||
color: @text-color-contrast !important;
|
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