Skip to content

Commit

Permalink
Modified cancel button in modals where .rcx-button--ghost is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
TBG-FR committed Jan 7, 2022
1 parent 5981a83 commit 8bd1bba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,11 @@ body.dark-mode .rcx-modal__header .rcx-button--ghost.rcx-button:hover {
color: var(--rc-color-primary-lightest);
}

/* Temporary fix for modals where "Cancel" button is missing 'rcx-button--ghost' class */
body.dark-mode .rcx-modal__footer .rcx-box.rcx-box--full.rcx-box--animated.rcx-button.rcx-button-group__item:first-of-type:not(.rcx-button--ghost) {
color: var(--rc-color-primary-lightest);
}

/*body.dark-mode .background-info-font-color {
background-color: var(--color-dark-medium);
}*/
Expand Down

0 comments on commit 8bd1bba

Please sign in to comment.