mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
[CORL-605] remove user agent margin on safari search bar (#2559)
* remove user agent padding on safari search bar * remove margin on other text fields too * add margin reset to TextField
This commit is contained in:
committed by
Wyatt Johnson
parent
8ef366f132
commit
72ef65577b
@@ -56,11 +56,11 @@
|
||||
padding: calc(0.5 * var(--mini-unit));
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
line-height: 30px;
|
||||
align-self: stretch;
|
||||
color: var(--palette-text-light);
|
||||
border: 0;
|
||||
background-color: var(--palette-primary-darkest);
|
||||
margin: 0;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
||||
Reference in New Issue
Block a user