mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
web/Omnibox: workaround for link area being unusable on iPadOS 15
This commit is contained in:
@ -254,6 +254,8 @@
|
|||||||
|
|
||||||
/* workaround for safari */
|
/* workaround for safari */
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
|
user-select: text;
|
||||||
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
#link-area:focus-visible {
|
#link-area:focus-visible {
|
||||||
|
Reference in New Issue
Block a user