fix(ui): remove outline, fix mobile context menu close, and improve pwa viewport
This commit is contained in:
@@ -15,4 +15,14 @@
|
||||
body {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
/* Remove default focus outline/tap highlight */
|
||||
* {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user