Skip to content

Commit e6ca6d3

Browse files
authored
Close #2027. Fix usage of rgba() (#2028)
Changed to `rgb`
2 parents a396ff1 + 3355542 commit e6ca6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/clear_button/plugin.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
width: 25px;
88
top: 0;
99
right: calc(#{$select-padding-x} - #{$select-padding-item-x});
10-
color: rgba(0, 0, 0);
10+
color: rgb(0, 0, 0);
1111
opacity: 0.4;
1212
font-weight: bold;
1313
border: none;

0 commit comments

Comments
 (0)