Inhibit keyboard highlights in dialogs when effector is not in focus (#31181)
* Inhibit keyboard highlight in spotlight dialog when effector is not in focus Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Inhibit keyboard highlight in forward dialog when effector is not in focus Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix search box height bouncing on focus/blur Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
eade32a80c
commit
3848d570be
@@ -9,6 +9,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
.mx_SearchBox {
|
||||
flex: 1 1 0;
|
||||
min-width: 0;
|
||||
min-height: 36px; /* to avoid jumping when the X to clear shows/hides */
|
||||
|
||||
&.mx_SearchBox_blurred:not(:hover) {
|
||||
background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user