Fix button visibility on select option hover
This commit is contained in:
@@ -88,7 +88,7 @@ _FILTER_OPTION_BUTTONS_CLASS = "flex gap-1 ml-2 shrink-0"
|
|||||||
# keeps the edge visible against the brand hover fill.
|
# keeps the edge visible against the brand hover fill.
|
||||||
_FILTER_ACTION_BUTTON_CLASS = (
|
_FILTER_ACTION_BUTTON_CLASS = (
|
||||||
"w-5 h-5 flex items-center justify-center text-xs font-bold rounded text-body "
|
"w-5 h-5 flex items-center justify-center text-xs font-bold rounded text-body "
|
||||||
"border border-default-medium "
|
"border border-brand "
|
||||||
"hover:bg-brand hover:text-white hover:border-brand-strong"
|
"hover:bg-brand hover:text-white hover:border-brand-strong"
|
||||||
)
|
)
|
||||||
_FILTER_MODIFIER_ROW_CLASS = (
|
_FILTER_MODIFIER_ROW_CLASS = (
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
var FILTER_OPTION_BUTTONS_CLASS = "flex gap-1 ml-2 shrink-0";
|
var FILTER_OPTION_BUTTONS_CLASS = "flex gap-1 ml-2 shrink-0";
|
||||||
var FILTER_ACTION_BUTTON_CLASS =
|
var FILTER_ACTION_BUTTON_CLASS =
|
||||||
"w-5 h-5 flex items-center justify-center text-xs font-bold rounded text-body " +
|
"w-5 h-5 flex items-center justify-center text-xs font-bold rounded text-body " +
|
||||||
"border border-default-medium " +
|
"border border-brand " +
|
||||||
"hover:bg-brand hover:text-white hover:border-brand-strong";
|
"hover:bg-brand hover:text-white hover:border-brand-strong";
|
||||||
|
|
||||||
var DEBOUNCE_MS = 500;
|
var DEBOUNCE_MS = 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user