Remove some useless, commented CSS properties.
This commit is contained in:
parent
a029987159
commit
ff5c0845bc
1 changed files with 0 additions and 9 deletions
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#cal-container .cal-time-slot-container {
|
#cal-container .cal-time-slot-container {
|
||||||
display: grid;
|
display: grid;
|
||||||
/* grid-template-columns: repeat(24, 1fr); */
|
|
||||||
grid-template-rows: 30px auto;
|
grid-template-rows: 30px auto;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -40,18 +39,10 @@
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #cal-container .cal-time-slot:hover {
|
|
||||||
background-color: red;
|
|
||||||
} */
|
|
||||||
|
|
||||||
#cal-container .cal-time-slot:nth-child(even) {
|
#cal-container .cal-time-slot:nth-child(even) {
|
||||||
background-color: #F4F4F4;
|
background-color: #F4F4F4;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #cal-container .cal-time-slot:nth-child(even):hover {
|
|
||||||
background-color: #D9D9D9;
|
|
||||||
} */
|
|
||||||
|
|
||||||
#cal-container .cal-time-slot:last-child {
|
#cal-container .cal-time-slot:last-child {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue