Skip to content

Commit

Permalink
- calendar: remove conflict style.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Oct 31, 2024
1 parent 6129fdf commit 8aa647e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions lib/calendar/src/style/calendar-content.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
td{
@apply -bg-gray-200;
@apply -text-center -text-gray-700 -p-0;
}

td:hover{
border: 2px solid #333;
cursor: pointer;
}

.calendar{
@apply -flex -w-full;
}
Expand Down Expand Up @@ -56,4 +46,4 @@ td:hover{

.is-today .calendar-body-header{
@apply -bg-gray-200;
}
}

0 comments on commit 8aa647e

Please sign in to comment.