Make sure radio glyph hidden on Mac
This commit is contained in:
Родитель
5e05f19616
Коммит
7dbb2a2b3d
|
@ -140,6 +140,7 @@ textarea {
|
|||
.toggle-radio-buttons input[type="radio"] {
|
||||
/* Don't set display:none because that will mess up accessibility */
|
||||
width: 0;
|
||||
opacity: 0;
|
||||
border: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче