removing unecessary style properties

This commit is contained in:
dexter21767-dev 2023-07-04 22:47:13 +01:00
parent d9645c5c72
commit 7e0c22ec2a

View file

@ -6,10 +6,6 @@
// IOS specific
// prevents showing the default context-menu when long pressing an anchor in safari.
-webkit-touch-callout: none !important;
// prevents user from selecting text from a div on long pressing in safari.
-webkit-user-select: none !important;
user-select: none !important;
outline-width: var(--focus-outline-size);
outline-color: @color-surface-light5;