|
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
%progress-native {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
%progress-native::-webkit-progress-bar,
|
|
%progress-native::-webkit-progress-value {
|
|
display: none;
|
|
}
|