mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(select): added missing background color to solid fill
This commit is contained in:
@@ -227,6 +227,12 @@
|
||||
// States
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
// Fill types
|
||||
// ----------------------------------------------------------------
|
||||
:host(.select-fill-solid) {
|
||||
--background: #{globals.$ion-primitives-neutral-200};
|
||||
}
|
||||
|
||||
// Disabled
|
||||
// ---------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user