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 11d6d3c commit 45f5bbeCopy full SHA for 45f5bbe
scss/_time-picker.scss
@@ -202,11 +202,10 @@
202
203
.time-picker-inline-icon {
204
display: block;
205
- width: 40px;
+ width: 2.5rem;
206
height: 1.25rem;
207
- background-image: var(--#{$prefix}time-picker-indicator-icon);
208
- background-repeat: no-repeat;
209
- background-position: center;
+ background-color: var(--#{$prefix}time-picker-indicator-icon-color);
+ mask: var(--#{$prefix}time-picker-indicator-icon) center / var(--#{$prefix}time-picker-indicator-icon-size) no-repeat;
210
}
211
212
.time-picker-inline-select {
0 commit comments