Skip to content

Commit

Permalink
Merge pull request #326 from NIAEFEUP/fix/class-conflict
Browse files Browse the repository at this point in the history
fix: class conflict between T and two TPs
  • Loading branch information
vitormpp authored Oct 15, 2024
2 parents 8a15ab2 + d9a4c3f commit 813c2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@
}

.schedule-class-conflict {
@apply z-20 border-2 opacity-75 border-red-600 ring-rose-700 hover:z-30 hover:opacity-100 hover:ring-1;
@apply z-30 border-2 opacity-75 border-red-600 ring-rose-700 hover:z-30 hover:opacity-100 hover:ring-1;
}

.schedule-class-conflict-warn {
@apply z-20 border-2 opacity-75 border-amber-500 ring-amber-500 hover:z-30 hover:opacity-100 hover:ring-1;
}

.schedule-class-conflict-info {
@apply z-20 border-2 border-red-600 opacity-75 ring-red-500 hover:z-30 hover:opacity-100;
@apply z-30 border-2 border-red-600 opacity-75 ring-red-500 hover:z-30 hover:opacity-100;
}

.schedule-class-conflict-warn-info {
Expand Down

0 comments on commit 813c2cb

Please sign in to comment.