Differentiate between hover and roving focus in spotlight dialog (#7564)

This commit is contained in:
Michael Telatynski 2022-01-18 09:56:04 +00:00 committed by GitHub
parent 4b5ca1d7a9
commit aed09ee2f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}