Fix duplicated rule

This commit is contained in:
MrTimscampi 2020-07-06 20:55:04 +02:00
parent 5e8421e625
commit 45a2a9b095

View file

@ -7,6 +7,7 @@ html {
.layout-mobile, .layout-mobile,
.layout-tv { .layout-tv {
-webkit-touch-callout: none;
user-select: none; user-select: none;
} }
@ -39,12 +40,6 @@ html {
line-height: 1.35; line-height: 1.35;
} }
.layout-mobile,
.layout-tv {
-webkit-touch-callout: none;
user-select: none;
}
body { body {
overflow-x: hidden; overflow-x: hidden;
background-color: transparent !important; background-color: transparent !important;