Skip to content

Commit 9d57ba5

Browse files
committed
Merge branch 'hotfix-18.2' into develop
2 parents 427af76 + 6e10f5c commit 9d57ba5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Rock.JavaScript.Obsidian.Blocks/src/Communication/CommunicationEntry/recipientModal.partial.obs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@
109109
}
110110

111111
/** Only show the remove button on hover OR if on mobile screen size (disable hover behavior if mobile). */
112-
.recipient-modal-body:not(.xs) :deep(.recipient-modal-row .remove-button) {
112+
.recipient-modal-body:not(.xs) :deep(.recipient-modal-row .remove-button .btn) {
113113
visibility: hidden;
114114
}
115115

116-
.recipient-modal-body:not(.xs) :deep(.recipient-modal-row:hover .remove-button) {
116+
.recipient-modal-body:not(.xs) :deep(.recipient-modal-row:hover .remove-button .btn) {
117117
visibility: visible;
118118
}
119119

Rock.JavaScript.Obsidian.Blocks/src/Communication/CommunicationEntryWizard/recipientModal.partial.obs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@
9999
}
100100

101101
/** Only show the remove button on hover OR if on mobile screen size (disable hover behavior if mobile). */
102-
.recipient-modal-body:not(.xs) :deep(.recipient-modal-row .remove-button) {
102+
.recipient-modal-body:not(.xs) :deep(.recipient-modal-row .remove-button .btn) {
103103
visibility: hidden;
104104
}
105105

106-
.recipient-modal-body:not(.xs) :deep(.recipient-modal-row:hover .remove-button) {
106+
.recipient-modal-body:not(.xs) :deep(.recipient-modal-row:hover .remove-button .btn) {
107107
visibility: visible;
108108
}
109109

0 commit comments

Comments
 (0)