Remove borders in calendar table
This commit is contained in:
parent
6f631607b8
commit
8652eb0b57
1 changed files with 6 additions and 0 deletions
|
@ -102,3 +102,9 @@ table.full-width col.bar {
|
|||
.calendar .m {
|
||||
background: var(--red);
|
||||
}
|
||||
.calendar tbody tr:not(:last-child) {
|
||||
border-bottom: none;
|
||||
}
|
||||
.calendar tbody tr:not(:first-child) {
|
||||
border-top: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue