mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 12:37:44 +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;
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
border-radius: var(--round-corners);
|
||||
width: 100%;
|
||||
align-self: stretch;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
&:read-only {
|
||||
background-color: var(--palette-grey-lightest);
|
||||
|
||||
Reference in New Issue
Block a user