mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Differentiate between hover and roving focus in spotlight dialog (#7564)
This commit is contained in:
parent
4b5ca1d7a9
commit
aed09ee2f6
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user