We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6b934 commit 256bb8aCopy full SHA for 256bb8a
1 file changed
src/pages/options/routes/ScriptList/Sidebar.tsx
@@ -88,7 +88,7 @@ const FilterGroup = React.memo<FilterGroupProps>(
88
return (
89
<div
90
key={item.key}
91
- className={`uno-flex uno-items-center uno-justify-between uno-px-3 uno-py-2 uno-rounded uno-cursor-pointer uno-transition-all uno-ease-out ${ !isSelected ? "hover:uno-bg-fill-2" : "" }`}
+ className={`uno-flex uno-items-center uno-justify-between uno-px-3 uno-py-2 uno-rounded uno-cursor-pointer uno-transition-all uno-ease-out ${!isSelected ? "hover:uno-bg-fill-2" : ""}`}
92
style={{
93
backgroundColor: isSelected ? "var(--color-primary-light-1)" : "transparent",
94
color: isSelected ? "var(--color-primary-6)" : "var(--color-text-1)",
0 commit comments