Make sure radio glyph hidden on Mac

This commit is contained in:
Stephen Weatherford 2017-11-09 16:26:28 -08:00 коммит произвёл Eric Jizba
Родитель 5e05f19616
Коммит 7dbb2a2b3d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;
}