Skip to content

Commit

Permalink
Close #2027. Fix usage of rgba()
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert authored Aug 17, 2023
1 parent e3f2e0b commit 3355542
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 3355542

Please sign in to comment.