mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
Account settings Bio border fix for Safari
This commit is contained in:
parent
e1054363f2
commit
78ac670088
@ -25,6 +25,7 @@ const STYLES_TEXTAREA = css`
|
|||||||
transition: 200ms ease all;
|
transition: 200ms ease all;
|
||||||
padding: 16px 24px 16px 24px;
|
padding: 16px 24px 16px 24px;
|
||||||
box-shadow: 0 0 0 1px inset ${Constants.system.border};
|
box-shadow: 0 0 0 1px inset ${Constants.system.border};
|
||||||
|
-webkit-box-shadow: inset 0 0 0 1px ${Constants.system.border};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export class Textarea extends React.Component {
|
export class Textarea extends React.Component {
|
||||||
|
Loading…
Reference in New Issue
Block a user