mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Harden dropdown styles to avoid accidental cascading
This commit is contained in:
committed by
Preetha Appan
parent
083d7aed5c
commit
ca6a6a2910
@@ -94,6 +94,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-options,
|
||||
.ember-power-select-options {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
// Bulma override
|
||||
.menu-list li ul.ember-power-select-options {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dropdown-options {
|
||||
border: 1px solid $grey-light;
|
||||
margin-top: -1px;
|
||||
@@ -105,6 +117,9 @@
|
||||
}
|
||||
|
||||
.dropdown-option {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
line-height: 1.75;
|
||||
|
||||
label {
|
||||
|
||||
Reference in New Issue
Block a user