Remove legacy browser styles

pull/8009/head
Thibaud Colas 2022-01-31 23:57:04 +00:00
rodzic dde76308a6
commit 9ecc105178
12 zmienionych plików z 9 dodań i 121 usunięć

Wyświetl plik

@ -74,11 +74,6 @@
// }
// }
// Reset the arrow on `<select>`s in IE10+.
select::-ms-expand {
display: none;
}
// select boxes
.collection_choice_field .input,
.choice_field .input,

Wyświetl plik

@ -553,48 +553,3 @@ footer,
z-index: 200;
}
}
///////////////////////
// Media query hacks //
///////////////////////
// to detect IE10+ which doesn't support 3d transform of static elements and needs a fallback
// stylelint-disable scss/media-feature-value-dollar-variable
@media all and (-ms-high-contrast: none), all and (-ms-high-contrast: active) {
.wrapper {
@include transition(left 0.2s ease);
left: 0;
}
body.nav-open {
.wrapper {
transform: none;
left: $menu-width;
position: relative;
}
}
body.explorer-open {
.wrapper {
transform: none;
left: $menu-width-max;
}
.nav-wrapper {
width: $menu-width-max;
}
}
}
@media all and (min-width: breakpoint-min(sm)) and (-ms-high-contrast: none),
all and (min-width: breakpoint-min(sm)) and (-ms-high-contrast: active) {
body.explorer-open {
.wrapper {
left: 0;
}
.nav-wrapper {
width: $menu-width;
}
}
}

Wyświetl plik

@ -77,7 +77,6 @@ $switch-color-middle-grey: #777;
[type='checkbox']:focus + &__toggle {
outline: $color-focus-outline solid $switch-outline;
-moz-outline-radius: $switch-outline-radius;
}
[type='checkbox'] {

Wyświetl plik

@ -123,11 +123,6 @@ select,
}
}
// Reset the arrow on `<select>`s in IE10+.
select::-ms-expand {
display: none;
}
.file_field {
.input {
label {

Wyświetl plik

@ -40,9 +40,7 @@
}
> button,
> details > summary,
.details-fallback > .details-fallback__summary {
// IE11 uses divs instead with these classes
> details > summary {
// Hides triangle on Firefox
list-style-type: none;
// Hides triangle on Chrome
@ -54,7 +52,6 @@
position: relative;
background-color: unset;
border: unset;
-moz-outline-radius: 10px;
padding: 0;
box-sizing: border-box;
@ -71,9 +68,7 @@
}
}
> details,
> .details-fallback {
// IE11 uses divs instead with these classes
> details {
position: relative;
> div {
@ -85,9 +80,7 @@
&--more {
> button,
> details > summary,
> .details-fallback > .details-fallback__summary {
// IE11 uses divs instead with these classes
> details > summary {
color: #767676;
// stylelint-disable-next-line max-nesting-depth
@ -140,12 +133,3 @@
.comment-reply--mode-deleting .comment-header {
opacity: 0.5;
}
// IE11 only uses these classes
.details-fallback .comment-header__more-actions {
display: none;
}
.details-fallback--open .comment-header__more-actions {
display: block;
}

Wyświetl plik

@ -48,7 +48,6 @@ $box-padding: 10px;
border: 1px solid $color-textarea-border;
box-sizing: border-box;
border-radius: 5px;
-moz-outline-radius: 8px;
color: $color-box-text;
&::placeholder {
@ -101,7 +100,6 @@ $box-padding: 10px;
background-color: inherit;
border: 1px solid $color-grey-3;
border-radius: 3px;
-moz-outline-radius: 6px;
color: $color-teal;
cursor: pointer;
text-transform: uppercase;

Wyświetl plik

@ -168,11 +168,6 @@ $menu-footer-height: 50px;
background-color: inherit;
cursor: inherit;
}
// Reset the arrow on `<select>`s in IE10+.
&::-ms-expand {
display: none;
}
}
// Add select arrow back on browsers where native ui has been removed

Wyświetl plik

@ -127,11 +127,6 @@ $explorer-header-horizontal-padding: 10px;
background-color: inherit;
cursor: inherit;
}
// Reset the arrow on `<select>`s in IE10+.
&::-ms-expand {
display: none;
}
}
// Add select arrow back on browsers where native ui has been removed

Wyświetl plik

@ -92,12 +92,12 @@ details {
background: none;
}
/* Bounce the UFO on hover */
@keyframes bounce {
0%,
100% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}

Wyświetl plik

@ -531,15 +531,11 @@ footer .preview {
flex-flow: row-reverse wrap;
&_small-part {
// IE11 requires units on the flex basis. Unitless breaks.
// stylelint-disable-next-line length-zero-no-unit
flex: 1 0 0%;
flex: 1 0 0;
}
&_big-part {
// IE11 requires units on the flex basis. Unitless breaks.
// stylelint-disable-next-line length-zero-no-unit
flex: 5 0 0%;
flex: 5 0 0;
}
}

Wyświetl plik

@ -5,10 +5,6 @@
}
header .has-multiple-actions {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}

Wyświetl plik

@ -40,10 +40,6 @@ ul {
font-weight: 400;
}
main {
display: block; /* For IE11 support */
}
svg:not(:root) {
overflow: hidden;
}
@ -85,36 +81,20 @@ svg:not(:root) {
max-width: 265px;
}
@-webkit-keyframes pos {
0%, 100% {
-webkit-transform: rotate(-6deg);
transform: rotate(-6deg);
}
50% {
-webkit-transform: rotate(6deg);
transform: rotate(6deg);
}
}
@keyframes pos {
0%, 100% {
-webkit-transform: rotate(-6deg);
transform: rotate(-6deg);
}
50% {
-webkit-transform: rotate(6deg);
transform: rotate(6deg);
}
}
.egg {
fill: #43b1b0;
-webkit-animation: pos 3s ease infinite;
animation: pos 3s ease infinite;
-webkit-transform: translateY(50px);
transform: translateY(50px);
-webkit-transform-origin: 50% 80%;
transform-origin: 50% 80%;
animation: pos 3s ease infinite;
transform: translateY(50px);
transform-origin: 50% 80%;
}
.main-text {