mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix coloring of selected and hovered
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user