Simplify scss more, remove transparent colors for better support for transparent mode

This commit is contained in:
midn8hustlr
2024-03-17 05:38:55 +05:30
parent a72e335fc7
commit c3de429225
11 changed files with 86 additions and 231 deletions
+2
View File
@@ -216,11 +216,13 @@ popover {
@include small-rounding;
padding: 0rem 0.341rem;
border: 0.034rem solid $outlineVariant;
color: $onSurface;
}
.multipleselection-btn:focus,
.multipleselection-btn:hover {
background-color: $hovercolor;
color: $onSurface;
}
.multipleselection-btn-enabled {