mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
fix(send-button): Can't make hairlines darker, so let's use a real border
This commit is contained in:
parent
d5f4aa4ac0
commit
3fb2754c95
1 changed files with 2 additions and 1 deletions
|
@ -65,8 +65,9 @@ button, html input[type="button"] {
|
||||||
img.content-mask { background-color:@btn-emphasis-text-color; }
|
img.content-mask { background-color:@btn-emphasis-text-color; }
|
||||||
|
|
||||||
background: linear-gradient(to bottom, #6bb1f9 0%, #0a80ff 100%);
|
background: linear-gradient(to bottom, #6bb1f9 0%, #0a80ff 100%);
|
||||||
|
box-shadow: none;
|
||||||
|
border: 1px solid darken(@btn-emphasis-bg-color, 7%);
|
||||||
|
|
||||||
border: 0;
|
|
||||||
&:before {
|
&:before {
|
||||||
content: ' ';
|
content: ' ';
|
||||||
width: calc(~"100% + 2px");
|
width: calc(~"100% + 2px");
|
||||||
|
|
Loading…
Reference in a new issue