1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

Revert "add border top for first row"

This reverts commit cc43b96e61.
This commit is contained in:
simurai 2020-02-27 17:54:14 +09:00
parent cc43b96e61
commit 902f82af4f

View File

@ -276,26 +276,14 @@
.Box-row--yellow {
// stylelint-disable-next-line primer/colors
background-color: $yellow-100;
&:first-of-type {
border-top: $border-width $border-style $border-gray;
}
}
.Box-row--blue {
background-color: $bg-blue-light;
&:first-of-type {
border-top: $border-width $border-style $border-gray;
}
}
.Box-row--gray {
background-color: $bg-gray;
&:first-of-type {
border-top: $border-width $border-style $border-gray;
}
}
//Box with btn-octicon