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