Remove some useless, commented CSS properties.

This commit is contained in:
Daru13 2018-11-24 03:26:37 +01:00
parent a029987159
commit ff5c0845bc

View file

@ -23,7 +23,6 @@
#cal-container .cal-time-slot-container {
display: grid;
/* grid-template-columns: repeat(24, 1fr); */
grid-template-rows: 30px auto;
position: absolute;
@ -40,18 +39,10 @@
background-color: #FAFAFA;
}
/* #cal-container .cal-time-slot:hover {
background-color: red;
} */
#cal-container .cal-time-slot:nth-child(even) {
background-color: #F4F4F4;
}
/* #cal-container .cal-time-slot:nth-child(even):hover {
background-color: #D9D9D9;
} */
#cal-container .cal-time-slot:last-child {
border-right: 0;
}