File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 141141 background-image : none ;
142142 border : 0 ;
143143
144- // stylelint-disable-next-line primer/no-override
145144 & :hover ,
146145 & :active ,
147146 & :focus ,
151150 color : $text-blue ;
152151 background : none ;
153152 outline : none ;
154- // stylelint-disable-next-line primer/variables
155153 box-shadow : none ;
156154 }
157155}
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}
Original file line number Diff line number Diff line change 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//
You can’t perform that action at this time.
0 commit comments