Fix entry edit buttons borders

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-14 21:03:18 +02:00
parent f43b832d84
commit f721cc5685
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 7 additions and 3 deletions

View File

@ -411,6 +411,10 @@ kbd {
margin-right: 0;
height: 38px;
border: 1px solid nc-darken($color-main-background, 8%);
&:hover {
/* overlapp borders */
z-index: 1;
}
}
input[type='text'] {
width: 100%;
@ -424,13 +428,13 @@ kbd {
height: 38px;
&:not(:last-child) {
border-radius: 0;
border-left: 0;
}
&:not(:first-child) {
margin-left: -1px;
}
&:last-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-left: 0;
margin-right: 0;
}
}
}