File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
sam-styles/packages/components/autocomplete/styles Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 118
118
cursor : auto ;
119
119
}
120
120
121
+ }
122
+
123
+ .sds-selected__label {
124
+ position : sticky ;
125
+ top : 0 ;
126
+ @include u-z (' top' );
127
+ @include u-bg (' secondary' );
128
+ padding : 10px ;
129
+ cursor : pointer ;
130
+ text-align : center ;
131
+ color : white ;
132
+ @include u-display (' block' );
133
+ }
134
+ .sds-selected__label--disabled {
135
+ @include u-bg (' base' );
136
+ }
137
+
138
+ .sds-autocomplete__checkbox {
139
+ @include u-padding (2 );
140
+ margin-bottom : -4px ;
141
+ cursor : pointer ;
142
+ & --highlighted ,
143
+ & :hover {
144
+ background-color : #EFF6FB !important ;
145
+ }
146
+ & --item {
147
+ font-weight : 600 !important ;
148
+ @include u-display (' inline' );
149
+ }
150
+ & --secondary {
151
+ font-weight : 400 !important ;
152
+ margin-left : 2rem ;
153
+ }
121
154
}
You can’t perform that action at this time.
0 commit comments