mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
Category buttons shouldn't be highlightable
This commit is contained in:
parent
4085732d39
commit
d13c245846
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue