mirror of
https://github.com/primer/css.git
synced 2024-11-30 01:04:04 +03:00
Lint
This commit is contained in:
parent
1875246c47
commit
d9d40d921f
@ -141,7 +141,6 @@
|
||||
background-image: none;
|
||||
border: 0;
|
||||
|
||||
// stylelint-disable-next-line primer/no-override
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus,
|
||||
@ -151,7 +150,6 @@
|
||||
color: $text-blue;
|
||||
background: none;
|
||||
outline: none;
|
||||
// stylelint-disable-next-line primer/variables
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
@ -161,26 +159,22 @@
|
||||
// Icon-only buttons
|
||||
.btn-octicon {
|
||||
display: inline-block;
|
||||
// stylelint-disable-next-line primer/variables
|
||||
padding: 5px;
|
||||
// stylelint-disable-next-line primer/variables
|
||||
margin-left: 5px;
|
||||
line-height: $lh-condensed-ultra;
|
||||
color: $text-gray;
|
||||
vertical-align: middle;
|
||||
|
||||
// For `<button>` elements
|
||||
background: transparent;
|
||||
border: 0;
|
||||
|
||||
&:hover { color: $text-blue; }
|
||||
|
||||
// stylelint-disable-next-line primer/no-override
|
||||
&.disabled {
|
||||
// stylelint-disable-next-line primer/variables
|
||||
color: $gray-400;
|
||||
cursor: default;
|
||||
|
||||
// stylelint-disable-next-line primer/variables
|
||||
&:hover { color: $gray-400; }
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
// stylelint-disable selector-max-type, block-opening-brace-space-before, no-duplicate-selectors
|
||||
// stylelint-disable selector-max-type, no-duplicate-selectors
|
||||
|
||||
// Close button
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user