File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Rock.JavaScript.Obsidian.Blocks/src/Communication Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments