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

pull/21833/head
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
1 changed files with 3 additions and 3 deletions

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