mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-04 19:54:32 +08:00
fix(win): composer and input styles
This commit is contained in:
parent
aeb756cb27
commit
cc95662adc
2 changed files with 14 additions and 12 deletions
|
@ -17,6 +17,18 @@ body.platform-win32 {
|
|||
padding-top: 1px;
|
||||
}
|
||||
}
|
||||
.composer-drop-cover {
|
||||
border-radius: 0;
|
||||
}
|
||||
input, input:focus {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
.floating-toolbar {
|
||||
border-radius: 0;
|
||||
input, input:focus {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -473,13 +485,3 @@ body.platform-win32 {
|
|||
}
|
||||
}
|
||||
}
|
||||
body.platform-win32 {
|
||||
.composer-inner-wrap {
|
||||
.composer-drop-cover {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
.floating-toolbar {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,8 +56,8 @@ body.platform-win32 {
|
|||
border-radius: 0;
|
||||
}
|
||||
&:focus {
|
||||
box-shadow: 0;
|
||||
border: 2px solid darken(@input-border, 10%);
|
||||
box-shadow: 0 0 0;
|
||||
border: 2px solid darken(@input-border, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue