mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Merge pull request #1287 from Zanz2/zz_dropdown_blue_sci2672
Fixed blue block in dropdown, now its a full line [SCI-2672]
This commit is contained in:
commit
b536aa6f3e
1 changed files with 9 additions and 0 deletions
|
@ -149,6 +149,15 @@ body {
|
|||
width: 100% !important;
|
||||
}
|
||||
|
||||
// Makes blue selected element line fill parent (as it should, fixes sci-2672)
|
||||
.repository-dropdown {
|
||||
.selected {
|
||||
a {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
mark,.mark {
|
||||
background-color: $brand-warning;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue