fix coloring of selected and hovered

This commit is contained in:
Thomas Ruoff
2020-10-10 22:11:00 +02:00
parent 36226a7fa9
commit 9d69225d46
2 changed files with 16 additions and 4 deletions

View File

@@ -205,6 +205,10 @@
@apply bg-blue-400;
}
.react-calendar__tile--selected:hover {
@apply bg-blue-600;
}
.react-calendar__tile--unselectable {
@apply cursor-not-allowed;
}