Category buttons shouldn't be highlightable

This commit is contained in:
Gigiaj 2025-06-17 17:47:13 -05:00
parent 4085732d39
commit d13c245846

View file

@ -4,6 +4,7 @@ import { config } from 'folds';
export const CategoryButton = style({ export const CategoryButton = style({
flexGrow: 1, flexGrow: 1,
userSelect: 'none', userSelect: 'none',
WebkitUserSelect: 'none',
}); });
export const CategoryButtonIcon = style({ export const CategoryButtonIcon = style({
opacity: config.opacity.P400, opacity: config.opacity.P400,