Remove IE css fallback

This commit is contained in:
Maximilian Krög
2022-07-30 22:57:31 +02:00
parent 6a6d2cd612
commit e56bda5848
6 changed files with 0 additions and 15 deletions

View File

@@ -172,7 +172,6 @@ li {
}
.navigation li.item .title {
cursor: pointer;
display: -ms-flexbox;
display: flex;
font-size: 0.85em;
}

View File

@@ -2,9 +2,6 @@
height: 100%;
margin: 0;
}
.map:-ms-fullscreen {
height: 100%;
}
.map:fullscreen {
height: 100%;
}

View File

@@ -2,9 +2,6 @@
height: 100%;
margin: 0;
}
.fullscreen:-ms-fullscreen {
height: 100%;
}
.fullscreen:fullscreen {
height: 100%;

View File

@@ -2,9 +2,6 @@
height: 100%;
margin: 0;
}
.map:-ms-fullscreen {
height: 100%;
}
.map:fullscreen {
height: 100%;
}

View File

@@ -8,9 +8,6 @@
height: 100%;
margin: 0;
}
.map:-ms-fullscreen {
height: 100%;
}
.map:fullscreen {
height: 100%;
}

View File

@@ -78,7 +78,6 @@
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@@ -89,7 +88,6 @@
-webkit-touch-callout: default;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.ol-grabbing {