1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-23 07:26:40 +02:00

more edge hacks

This commit is contained in:
antelle 2017-05-28 21:24:48 +02:00
parent a39b4e63a1
commit c51cf1d9b2

View File

@ -247,7 +247,8 @@ input[type=range] {
display: none;
}
&::-ms-fill-lower, &::-ms-fill-upper, &:focus::-ms-fill-lower, &:focus::-ms-fill-upper {
@include th { background: th(text-color); }
background: lightgray; // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12132854/
//@include th { background: th(text-color); }
}
&::-ms-thumb {
border: none;
@ -255,7 +256,8 @@ input[type=range] {
width: $thumb-size;
border-radius: $thumb-size;
cursor: pointer;
@include th { background: th(text-color); }
background: lightgray; // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12132854/
//@include th { background: th(text-color); }
}
}