Skip to content

Commit

Permalink
Close #2027. Fix usage of rgba() (#2028)
Browse files Browse the repository at this point in the history
Changed to `rgb`
  • Loading branch information
databyte committed Mar 15, 2024
2 parents a396ff1 + 3355542 commit e6ca6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/clear_button/plugin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
width: 25px;
top: 0;
right: calc(#{$select-padding-x} - #{$select-padding-item-x});
color: rgba(0, 0, 0);
color: rgb(0, 0, 0);
opacity: 0.4;
font-weight: bold;
border: none;
Expand Down

0 comments on commit e6ca6d3

Please sign in to comment.