mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Removed bottom border radius from open select2 dropdown
This commit is contained in:
@@ -356,6 +356,11 @@
|
|||||||
border-color: transparent transparent @field-dropdown-icon transparent!important;
|
border-color: transparent transparent @field-dropdown-icon transparent!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
|
||||||
|
border-bottom-left-radius: 0 !important;
|
||||||
|
border-bottom-right-radius: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.select2-dropdown{
|
.select2-dropdown{
|
||||||
border:1px solid @field-border;
|
border:1px solid @field-border;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user