fix(ui): tweaks for the tabler extension icons

This commit is contained in:
charlie
2024-07-08 22:48:01 +08:00
parent f7b753758c
commit aa178b1098
4 changed files with 15 additions and 3 deletions

View File

@@ -112,4 +112,16 @@ pre {
&[data-editor-popup-ref=datepicker] {
@apply w-auto;
}
}
.cp__commands-slash {
.ui__icon {
@apply opacity-80;
}
.menu-link {
&.chosen .ui__icon {
@apply opacity-100;
}
}
}