mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
fix(lint): fix minor style errors
This commit is contained in:
parent
2e9a2ac167
commit
6864e193c9
2 changed files with 3 additions and 5 deletions
|
@ -205,7 +205,7 @@ body.is-blurred .composer-inner-wrap .tokenizing-field .token {
|
|||
.composer-action-bar-wrap {
|
||||
background: #fcfcfc;
|
||||
border-top: 1px solid #eaeaea;
|
||||
box-shadow: inset 0px 1px 2px rgba(0,0,0,0.03);
|
||||
box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
|
||||
}
|
||||
|
||||
.composer-action-bar-content {
|
||||
|
|
|
@ -15,6 +15,8 @@ button, html input[type="button"] {
|
|||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
|
||||
cursor: default;
|
||||
display:inline-block;
|
||||
color: @btn-default-text-color;
|
||||
img.content-mask { background-color:@btn-default-text-color; }
|
||||
background: linear-gradient(to top, rgba(241,241,241,0.75) 0%, rgba(253,253,253,0.75) 100%);
|
||||
|
||||
height: auto;
|
||||
|
@ -45,10 +47,6 @@ button, html input[type="button"] {
|
|||
padding: 0.66em 1.6em;
|
||||
}
|
||||
|
||||
color: @btn-default-text-color;
|
||||
background: @btn-default-bg-color;
|
||||
img.content-mask { background-color:@btn-default-text-color; }
|
||||
|
||||
&.btn-action {
|
||||
color: @btn-action-text-color;
|
||||
background: @btn-action-bg-color;
|
||||
|
|
Loading…
Reference in a new issue