10 lines
196 B
SCSS
10 lines
196 B
SCSS
|
%progress-native {
|
||
|
-webkit-appearance: none;
|
||
|
-moz-appearance: none;
|
||
|
appearance: none;
|
||
|
}
|
||
|
%progress-native::-webkit-progress-bar,
|
||
|
%progress-native::-webkit-progress-value {
|
||
|
display: none;
|
||
|
}
|