fix(win): composer and input styles

This commit is contained in:
Evan Morikawa 2015-10-23 15:04:15 -07:00
parent aeb756cb27
commit cc95662adc
2 changed files with 14 additions and 12 deletions

View file

@ -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;
}
}

View file

@ -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%);
}
}
}