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

Commit

Permalink
Remove hover effect and cursor for public room
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jun 7, 2024
1 parent 9352c78 commit aa87e14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions res/css/views/dialogs/_SpotlightDialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ limitations under the License.

&.mx_SpotlightDialog_result_multiline {
align-items: flex-start;
/* Override the default button cursor */
cursor: default;

.mx_AccessibleButton {
padding: $spacing-4 $spacing-20;
Expand Down Expand Up @@ -359,7 +361,7 @@ limitations under the License.
background: $tertiary-content;
}

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

&:hover,
&:hover:not(.mx_SpotlightDialog_result_multiline),
&[aria-selected="true"] {
background-color: $system;

Expand Down

0 comments on commit aa87e14

Please sign in to comment.