mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
Adjust border radius when drop is above
This commit is contained in:
@@ -50,6 +50,14 @@
|
||||
background-color: $v2-blue-light;
|
||||
}
|
||||
}
|
||||
&.select2-drop-above {
|
||||
.select2-choices {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select2-drop {
|
||||
|
||||
Reference in New Issue
Block a user