mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-30 18:03:11 +03:00
improved accessibility (#425)
This commit is contained in:
parent
aa0de1b1bf
commit
3fccf450f9
|
@ -57,16 +57,21 @@
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
input[type=radio] { display: none; }
|
||||
input[type=radio]:checked ~ .check {
|
||||
input[type=radio] {
|
||||
opacity: 0;
|
||||
height: 0;
|
||||
width: 0;
|
||||
overflow: hidden;
|
||||
} }
|
||||
input[type=radio]:checked ~ .check {
|
||||
transform: scale(0.55);
|
||||
}
|
||||
input[type=radio][disabled] ~ .circle {
|
||||
}
|
||||
input[type=radio][disabled] ~ .circle {
|
||||
border-color: @lightbg-text;
|
||||
}
|
||||
input[type=radio][disabled] ~ .check {
|
||||
}
|
||||
input[type=radio][disabled] ~ .check {
|
||||
background-color: @lightbg-text;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user