Skip to content

Commit 71171fb

Browse files
committed
nix needless disables
1 parent c5c4f15 commit 71171fb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/buttons/button.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
background-repeat: repeat-x;
1818
background-position: -1px -1px;
1919
background-size: 110% 110%;
20-
// stylelint-disable-next-line primer/borders
2120
border: $border-width $border-style $border-color-button;
2221
// stylelint-disable-next-line primer/borders
2322
border-radius: 0.25em;

src/buttons/misc.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
color: $text-gray-dark;
7474
vertical-align: middle;
7575
background-color: $bg-white;
76-
// stylelint-disable-next-line primer/borders
77-
border: $border-width $border-style $border-color-button; // match with .btn
76+
border: $border-width $border-style $border-color-button;
7877
border-left: 0;
7978
border-top-right-radius: $border-radius;
8079
border-bottom-right-radius: $border-radius;

0 commit comments

Comments
 (0)