2023-03-14 13:18:55 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2018-10-19 15:17:02 +00:00
|
|
|
%progress-native {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
}
|
|
|
|
%progress-native::-webkit-progress-bar,
|
|
|
|
%progress-native::-webkit-progress-value {
|
|
|
|
display: none;
|
|
|
|
}
|