Skip to content

Commit d9d40d9

Browse files
committed
Lint
1 parent 1875246 commit d9d40d9

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/buttons/button.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
background-image: none;
142142
border: 0;
143143

144-
// stylelint-disable-next-line primer/no-override
145144
&:hover,
146145
&:active,
147146
&:focus,
@@ -151,7 +150,6 @@
151150
color: $text-blue;
152151
background: none;
153152
outline: none;
154-
// stylelint-disable-next-line primer/variables
155153
box-shadow: none;
156154
}
157155
}
@@ -161,26 +159,22 @@
161159
// Icon-only buttons
162160
.btn-octicon {
163161
display: inline-block;
164-
// stylelint-disable-next-line primer/variables
165162
padding: 5px;
166-
// stylelint-disable-next-line primer/variables
167163
margin-left: 5px;
168164
line-height: $lh-condensed-ultra;
169165
color: $text-gray;
170166
vertical-align: middle;
167+
171168
// For `<button>` elements
172169
background: transparent;
173170
border: 0;
174171

175172
&:hover { color: $text-blue; }
176173

177-
// stylelint-disable-next-line primer/no-override
178174
&.disabled {
179-
// stylelint-disable-next-line primer/variables
180175
color: $gray-400;
181176
cursor: default;
182177

183-
// stylelint-disable-next-line primer/variables
184178
&:hover { color: $gray-400; }
185179
}
186180
}

src/buttons/misc.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// stylelint-disable selector-max-type, block-opening-brace-space-before, no-duplicate-selectors
1+
// stylelint-disable selector-max-type, no-duplicate-selectors
22

33
// Close button
44
//

0 commit comments

Comments
 (0)