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

Commit

Permalink
Differentiate between hover and roving focus in spotlight dialog (#7564)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 18, 2022
1 parent 4b5ca1d commit aed09ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/css/views/dialogs/_SpotlightDialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ limitations under the License.

&:hover, &[aria-selected=true] {
background-color: $system;
}

.mx_SpotlightDialog_enterPrompt {
display: inline-block;
}
&[aria-selected=true] .mx_SpotlightDialog_enterPrompt {
display: inline-block;
}
}
}
Expand Down

0 comments on commit aed09ee

Please sign in to comment.