mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -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;
|
||||
}
|
||||
|
||||
.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{
|
||||
border:1px solid @field-border;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user