Don't use the weird af "unset" keyword
This commit is contained in:
@ -115,11 +115,11 @@ progress {
|
||||
}
|
||||
|
||||
&:indeterminate::-moz-progress-bar {
|
||||
background-color: unset;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-webkit-progress-bar {
|
||||
background-color: unset;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-moz-progress-bar {
|
||||
|
Reference in New Issue
Block a user