mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix #3896: Top menu dropdown double border on focus/hover
This commit is contained in:
parent
fb49d4339b
commit
6943d44515
@ -9,3 +9,4 @@ HumHub Change Log (DEVELOP)
|
||||
- Fix #3861: Improved warning details when auto delete inconsistent notification
|
||||
- Enh: Added gradient to `ui.showMore` feature
|
||||
- Fix #3873: Invalid visibility handling in `Content::canView()` for private global content
|
||||
- Fix #3896: Top menu dropdown double border on focus/hover
|
||||
|
@ -164,7 +164,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.dropdown-footer {
|
||||
margin: 10px 10px 5px;
|
||||
}
|
||||
@ -255,7 +255,7 @@
|
||||
form {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
||||
.search-reset {
|
||||
position: absolute;
|
||||
color: #BFBFBF;
|
||||
@ -292,7 +292,7 @@
|
||||
border-top-color: @text-color-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.nav > li.active > a {
|
||||
min-height: 47px;
|
||||
}
|
||||
@ -317,13 +317,12 @@
|
||||
padding-top: 15px;
|
||||
}
|
||||
.nav > li > a:hover,
|
||||
.nav .open > a,
|
||||
.nav > li.active {
|
||||
border-bottom: 3px solid @info;
|
||||
background-color: @background-color-secondary;
|
||||
color: @text-color-highlight;
|
||||
}
|
||||
.nav > li.active > a:hover {
|
||||
.nav > li.active > a:hover, .nav > li.active > a:focus {
|
||||
border-bottom: none;
|
||||
}
|
||||
#space-menu-dropdown li > ul > li > a > .media .media-body p {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user