mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/Omnibox: fix input area dimming in safari when processing
This commit is contained in:
parent
6072fbac5c
commit
1ded7698ff
1 changed files with 5 additions and 0 deletions
|
@ -264,6 +264,11 @@
|
|||
color: var(--gray);
|
||||
}
|
||||
|
||||
/* fix for safari */
|
||||
input:disabled {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#action-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Reference in a new issue