remove: styles for non existant radio

This commit is contained in:
Pranav Nachanekar 2019-10-09 15:22:57 +05:30
parent 9ccc43980b
commit 2c99594688

View File

@ -7,7 +7,6 @@
border: 0.5px solid #cccccc;
min-height: 75px;
padding: 0.5em 1em;
}
#timeslot-container{
@ -29,11 +28,6 @@
color: #718096
}
input[type="radio"] {
visibility: hidden;
display: none;
}
.time-slot.selected {
color: white;
background: #5e64ff;