Skip to content

Commit 9df7cb0

Browse files
committed
added highlight styles
1 parent afbce6c commit 9df7cb0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,10 @@
5050

5151
box-sizing: border-box;
5252
}
53+
54+
// Focus
55+
// ---------------------------------------------
56+
57+
:host(.ion-focused.select-fill-outline) {
58+
--border-color: var(--highlight-color);
59+
}

0 commit comments

Comments
 (0)