mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +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;
|
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 {
|
mark,.mark {
|
||||||
background-color: $brand-warning;
|
background-color: $brand-warning;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue