mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
removing unecessary style properties
This commit is contained in:
parent
d9645c5c72
commit
7e0c22ec2a
1 changed files with 0 additions and 4 deletions
|
|
@ -6,10 +6,6 @@
|
||||||
// IOS specific
|
// IOS specific
|
||||||
// prevents showing the default context-menu when long pressing an anchor in safari.
|
// prevents showing the default context-menu when long pressing an anchor in safari.
|
||||||
-webkit-touch-callout: none !important;
|
-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-width: var(--focus-outline-size);
|
||||||
outline-color: @color-surface-light5;
|
outline-color: @color-surface-light5;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue