Fix selector-pseudo-element-colon-notation (CSS)
This commit is contained in:
@@ -22,7 +22,7 @@ progress {
|
||||
background: #ccc !important;
|
||||
}
|
||||
|
||||
progress[role]:after {
|
||||
progress[role]::after {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ progress::-webkit-progress-value {
|
||||
background-color: #00a4dc;
|
||||
}
|
||||
|
||||
progress[aria-valuenow]:before {
|
||||
progress[aria-valuenow]::before {
|
||||
border-radius: 0.4em;
|
||||
background-color: #00a4dc;
|
||||
}
|
||||
|
||||
@@ -824,7 +824,7 @@
|
||||
background-color: #c33;
|
||||
}
|
||||
|
||||
.recordingProgressBar[aria-valuenow]:before {
|
||||
.recordingProgressBar[aria-valuenow]::before {
|
||||
background-color: #c33;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user