Skip to content

Commit 1036e4a

Browse files
committed
Fix to seatplan CSS
When a group style is in-use but the user doesnt have permissions to the seat, it will show greyed out as disabled, this will maintain the group coloring instead.
1 parent bceb35d commit 1036e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/seatingplans/_plan.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
$canPick = false;
3232
$name = 'Not Available';
3333
if ($class === 'available') {
34-
$class = 'disabled';
34+
$class = '';
3535
}
3636
}
3737
}

0 commit comments

Comments
 (0)