lib/assets/stylesheets/uniform/components/z-input.scss in uniform-ui-3.0.0.beta8 vs lib/assets/stylesheets/uniform/components/z-input.scss in uniform-ui-3.0.0.beta10
- old
+ new
@@ -16,10 +16,10 @@
}
}
select.uniformInput {
padding-right: 1em;
- background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center right;
+ background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center right;
}
@include color-rule('.focus') using ($color) {
--focus-color: #{red($color)}, #{green($color)}, #{blue($color)};
}
\ No newline at end of file