diff options
author | 2021-08-14 19:13:46 +0200 | |
---|---|---|
committer | 2021-08-14 19:13:46 +0200 | |
commit | 26721219802be2ae9655943e610554a1b47eafbd (patch) | |
tree | d1cd5bf34ee9ef05ea07c35b8f77c39ddac2d4c2 /styles/_reset.scss | |
parent | f6557f602f5124d5c90019cd90cf5257dbc00ef5 (diff) | |
download | my_apps-26721219802be2ae9655943e610554a1b47eafbd.tar.gz my_apps-26721219802be2ae9655943e610554a1b47eafbd.tar.bz2 my_apps-26721219802be2ae9655943e610554a1b47eafbd.zip |
copy to clipboard, icons, notes key
Diffstat (limited to 'styles/_reset.scss')
-rwxr-xr-x | styles/_reset.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/styles/_reset.scss b/styles/_reset.scss index a5f98fb..c979f31 100755 --- a/styles/_reset.scss +++ b/styles/_reset.scss @@ -21,10 +21,10 @@ time, mark, audio, video { font-size: 100%; font: inherit; vertical-align: baseline; - moz-user-select: none; - webkit-user-select: none; - ms-user-select: none; - user-select: none; + // moz-user-select: none; + // webkit-user-select: none; + // ms-user-select: none; + // user-select: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { |