Differentiate between hover and roving focus in spotlight dialog (#7564)
This commit is contained in:
@@ -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;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user