We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6e87a commit 8a86cdfCopy full SHA for 8a86cdf
packages/components/src/components/select/select.scss
@@ -71,6 +71,7 @@
71
72
option {
73
justify-content: space-between;
74
+
75
// change order of the included text and pseudo-element within this flexbox item, to make sure the icon is always on the right
76
flex-direction: row-reverse;
77
@@ -81,7 +82,6 @@
81
82
/* stylelint-disable-next-line selector-pseudo-element-no-unknown */
83
:is(&::checkmark) {
84
@extend %icon;
-
85
@include icons.icon-content("check");
86
}
87
0 commit comments