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:
Zanz2 2018-09-23 11:27:00 +02:00 committed by GitHub
commit b536aa6f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}