mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
extract non-interactive calendar
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.react-calendar__tile--free:hover:not(.react-calendar__tile--unselectable) {
|
||||
.react-calendar__tile--free:hover:not(.react-calendar__tile--unselectable):not(.react-calendar__tile--not-interactive) {
|
||||
@apply bg-gray-500;
|
||||
}
|
||||
|
||||
@@ -214,7 +214,7 @@
|
||||
@apply bg-blue-400;
|
||||
}
|
||||
|
||||
.react-calendar__tile--selected:hover {
|
||||
.react-calendar__tile--selected:hover:not(.react-calendar__tile--not-interactive) {
|
||||
@apply bg-blue-600;
|
||||
}
|
||||
|
||||
@@ -234,6 +234,10 @@
|
||||
@apply text-green-400;
|
||||
}
|
||||
|
||||
.react-calendar__tile--not-interactive {
|
||||
@apply cursor-default;
|
||||
}
|
||||
|
||||
/* Start purging... */
|
||||
@tailwind utilities;
|
||||
/* Stop purging. */
|
||||
|
||||
Reference in New Issue
Block a user