Skip to content

Commit 5fcbd01

Browse files
committed
refactor(select): update styles
1 parent b90d707 commit 5fcbd01

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

core/src/components/select/select.ionic.outline.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
@include globals.border-radius(var(--border-radius));
2626
@include globals.padding(var(--padding-top), var(--padding-end), var(--padding-bottom), var(--padding-start));
2727

28-
min-height: 40px;
29-
3028
/**
3129
* Apply the background to the native select
3230
* wrapper to only style the select.
@@ -52,13 +50,3 @@
5250

5351
box-sizing: border-box;
5452
}
55-
56-
// States
57-
// ----------------------------------------------------------------
58-
59-
// Disabled
60-
// ----------------------------------------------------------------
61-
62-
:host(.select-fill-outline.select-disabled) {
63-
--border-color: #{globals.$ion-primitives-neutral-300};
64-
}

core/src/components/select/select.ionic.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174

175175
:host(.select-disabled) {
176176
--background: #{globals.$ion-primitives-neutral-100};
177+
--border-color: #{globals.$ion-primitives-neutral-300};
177178
}
178179

179180
:host(.select-disabled) .label-text-wrapper,

0 commit comments

Comments
 (0)