зеркало из https://github.com/mozilla/gecko-dev.git
Kevin Brosnan - Bug 1435988 disable border radius styling on the range element - r=snorp
MozReview-Commit-ID: G9Hy7hXvAKY --HG-- extra : rebase_source : 7a602c7a3bba151f35939847fd352547f33283dd
This commit is contained in:
Родитель
2407227658
Коммит
645b842fbe
|
@ -28,7 +28,7 @@ fuzzy-if(skiaContent,1,40) == stepUp-unthemed.html 75pct-unthemed-common-ref.htm
|
|||
== direction-unthemed-1.html direction-unthemed-1-ref.html
|
||||
|
||||
# ::-moz-range-progress pseudo-element:
|
||||
fails-if(Android) == moz-range-progress-1.html moz-range-progress-1-ref.html
|
||||
== moz-range-progress-1.html moz-range-progress-1-ref.html
|
||||
== moz-range-progress-2.html moz-range-progress-2-ref.html
|
||||
== moz-range-progress-3.html moz-range-progress-3-ref.html
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@ xul|button,
|
|||
textarea,
|
||||
button,
|
||||
xul|button,
|
||||
* > input:not(:-moz-any([type="image"], [type="checkbox"], [type="radio"])) {
|
||||
* > input:not(:-moz-any([type="image"], [type="checkbox"], [type="radio"], [type="range"])) {
|
||||
border-radius: var(--form_border_radius);
|
||||
}
|
||||
|
||||
|
@ -109,7 +109,7 @@ select[size],
|
|||
select[multiple],
|
||||
select[size][multiple],
|
||||
textarea,
|
||||
* > input:not(:-moz-any([type="image"], [type="checkbox"], [type="radio"])) {
|
||||
* > input:not(:-moz-any([type="image"], [type="checkbox"], [type="radio"], [type="range"])) {
|
||||
border-style: solid;
|
||||
border-color: var(--form_border);
|
||||
color: var(--form_text);
|
||||
|
|
Загрузка…
Ссылка в новой задаче