fixed :active state

This commit is contained in:
Jan Ochwat 2022-01-10 18:34:30 +01:00
parent bfba4f9958
commit 6bdf48d99f
No known key found for this signature in database
GPG Key ID: D33C79EB4FE970CE

View File

@ -1399,6 +1399,10 @@ option {
border-width: 7px; border-width: 7px;
} }
.progress-bar__slider:active .slider-dot:not(:active) {
border-width: 4px !important;
}
.slider-dot:active { .slider-dot:active {
border-width: 4px !important; border-width: 4px !important;
} }