Fixing accessibility of edit containers radio buttons. Fixes #223
This commit is contained in:
parent
2cf3e5886b
commit
845b6b5fed
1 changed files with 5 additions and 0 deletions
|
@ -520,6 +520,11 @@ span ~ .panel-header-text {
|
|||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
.edit-container-panel [type="radio"] {
|
||||
display: inline;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.edit-container-panel [type="radio"]:checked + label {
|
||||
outline: 2px solid grey;
|
||||
-moz-outline-radius: 50px;
|
||||
|
|
Loading…
Add table
Reference in a new issue