remove border-radius

This commit is contained in:
grafixeyehero 2019-04-29 22:18:38 +03:00
parent f071e420bd
commit 8039d656af

View File

@ -17,7 +17,6 @@ progress {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
border-radius: .4em;
margin: 0;
background: #ccc !important
}
@ -27,23 +26,18 @@ progress[role]:after {
}
progress::-webkit-progress-bar {
border-radius: .4em;
background: #ccc
}
progress::-moz-progress-bar {
border-radius: .4em;
background-color: #00a4dc
}
progress::-webkit-progress-value {
-webkit-border-radius: .4em;
border-radius: .4em;
background-color: #00a4dc
}
progress[aria-valuenow]:before {
-webkit-border-radius: .4em;
border-radius: .4em;
background-color: #00a4dc
}