Border fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
67cbfa74ab
commit
ee446ba2ac
|
@ -1394,7 +1394,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||||
/* let's define the column until storage path,
|
/* let's define the column until storage path,
|
||||||
what follows will be manually defined */
|
what follows will be manually defined */
|
||||||
grid-template-columns: 44px minmax(150px, 1fr) repeat(auto-fit, minmax(120px, 1fr));
|
grid-template-columns: 44px minmax(150px, 1fr) repeat(auto-fit, minmax(120px, 1fr));
|
||||||
border-top: var(--color-border) 1px solid;
|
border-bottom: var(--color-border) 1px solid;
|
||||||
&.disabled {
|
&.disabled {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue