Merged in feat(SW-2084)-disable-options-modify-my-stay (pull request #1662)
feat(SW-2084) logic to disable Manage stay options * feat(SW-2084) logic to disable Manage stay options * feat(SW-2084) cleanup logic for checks * feat(SW-2084) check if date has passed * feat(SW-2084) change to datetimeIsInThePast Approved-by: Niclas Edenvin
This commit is contained in:
@@ -26,6 +26,21 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.actionPanel .menu .button:disabled {
|
||||
color: var(--Scandic-Grey-40);
|
||||
}
|
||||
|
||||
.disabledLink {
|
||||
color: var(--Scandic-Grey-40);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: var(--Spacing-x1) 0;
|
||||
width: 100%;
|
||||
}
|
||||
.disabledLink:hover {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.info {
|
||||
width: 100%;
|
||||
background-color: var(--Base-Background-Primary-Normal);
|
||||
|
||||
Reference in New Issue
Block a user