Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 47ea917

Browse files
committed
fix css minification issue
1 parent 86bbef9 commit 47ea917

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/css/custom-select.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@
7878
}
7979

8080
.custom-select-option:not(.disabled).has-focus > .custom-select-option__container,
81-
.tree-select-option:not(.disabled).has-focus > .tree-select-option__container{
82-
@apply bg-slate-100 outline-none;
81+
.tree-select-option:not(.disabled).has-focus > .tree-select-option__container {
82+
outline: none;
83+
background-color: theme(colors.slate.100);
8384
}
8485

8586
.custom-select-option.disabled > .custom-select-option__container,

0 commit comments

Comments
 (0)