mirror of https://github.com/vector-im/riot-web
Differentiate between hover and roving focus in spotlight dialog (#7564)
parent
4b5ca1d7a9
commit
aed09ee2f6
|
@ -154,10 +154,10 @@ limitations under the License.
|
||||||
|
|
||||||
&:hover, &[aria-selected=true] {
|
&:hover, &[aria-selected=true] {
|
||||||
background-color: $system;
|
background-color: $system;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_SpotlightDialog_enterPrompt {
|
&[aria-selected=true] .mx_SpotlightDialog_enterPrompt {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue