Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bcbd1a0

Browse files
committed
Remove hover effect and cursor for public room
1 parent 9352c78 commit bcbd1a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

res/css/views/dialogs/_SpotlightDialog.pcss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ limitations under the License.
267267

268268
&.mx_SpotlightDialog_result_multiline {
269269
align-items: flex-start;
270+
// Override the default button cursor
271+
cursor: default;
270272

271273
.mx_AccessibleButton {
272274
padding: $spacing-4 $spacing-20;
@@ -359,7 +361,7 @@ limitations under the License.
359361
background: $tertiary-content;
360362
}
361363

362-
&:hover::before,
364+
&:hover:not(.mx_SpotlightDialog_result_multiline)::before,
363365
&[aria-selected="true"]::before {
364366
background-color: $secondary-content;
365367
}
@@ -369,7 +371,7 @@ limitations under the License.
369371
mask-image: url("$(res)/img/element-icons/context-menu.svg");
370372
}
371373

372-
&:hover,
374+
&:hover:not(.mx_SpotlightDialog_result_multiline),
373375
&[aria-selected="true"] {
374376
background-color: $system;
375377

0 commit comments

Comments
 (0)