Prechádzať zdrojové kódy

@uppy/image-editor: namespace input range css (#3406)

Merlijn Vos 3 rokov pred
rodič
commit
cf4c5088f3

+ 1 - 1
packages/@uppy/image-editor/src/inputrange.scss

@@ -54,7 +54,7 @@ $ie-bottom-track-color: darken($track-color, $contrast);
   cursor: default;
 }
 
-[type='range'] {
+.uppy-ImageCropper-range {
   width: $track-width;
   margin: math.div($thumb-height, 2) 0;
   background: transparent;