mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
s/Firfox/Firefox
This commit is contained in:
parent
40d508db29
commit
61f84f7b78
@ -105,7 +105,7 @@
|
||||
// Keep :focus after :disabled. Allows to see the focus ring even on disabled buttons
|
||||
&:focus,
|
||||
&.focus {
|
||||
outline: 1px dotted transparent; // Support Firfox custom colors
|
||||
outline: 1px dotted transparent; // Support Firefox custom colors
|
||||
outline-offset: 2px;
|
||||
box-shadow: $box-shadow-focus;
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
text-align: center;
|
||||
// stylelint-disable-next-line primer/colors
|
||||
background-color: rgba($gray-300, 0.5);
|
||||
border: $border-width $border-style transparent; // Support Firfox custom colors
|
||||
border: $border-width $border-style transparent; // Support Firefox custom colors
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-radius: 2em;
|
||||
|
||||
|
@ -18,20 +18,20 @@
|
||||
height: $spacer-2;
|
||||
// stylelint-disable-next-line primer/spacing
|
||||
margin-left: 1px;
|
||||
outline-offset: -1px; // Support Firfox custom colors
|
||||
outline-offset: -1px; // Support Firefox custom colors
|
||||
}
|
||||
|
||||
.diffstat-block-deleted {
|
||||
background-color: $bg-diffstat-deleted;
|
||||
outline: 1px dashed transparent; // Support Firfox custom colors
|
||||
outline: 1px dashed transparent; // Support Firefox custom colors
|
||||
}
|
||||
|
||||
.diffstat-block-added {
|
||||
background-color: $bg-diffstat-added;
|
||||
outline: 1px solid transparent; // Support Firfox custom colors
|
||||
outline: 1px solid transparent; // Support Firefox custom colors
|
||||
}
|
||||
|
||||
.diffstat-block-neutral {
|
||||
background-color: $bg-diffstat-neutral;
|
||||
outline: 1px dotted transparent; // Support Firfox custom colors
|
||||
outline: 1px dotted transparent; // Support Firefox custom colors
|
||||
}
|
||||
|
@ -23,7 +23,7 @@
|
||||
white-space: nowrap;
|
||||
// stylelint-disable-next-line primer/colors
|
||||
background-color: $gray-500;
|
||||
border: $border-width $border-style transparent; // Support Firfox custom colors
|
||||
border: $border-width $border-style transparent; // Support Firefox custom colors
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-radius: 2em;
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
||||
&:focus {
|
||||
text-decoration: none;
|
||||
border-bottom-color: $border-gray-dark;
|
||||
outline: 1px dotted transparent; // Support Firfox custom colors
|
||||
outline: 1px dotted transparent; // Support Firefox custom colors
|
||||
outline-offset: -1px;
|
||||
transition-timing-function: ease-out;
|
||||
transition-duration: 0.12s;
|
||||
@ -41,7 +41,7 @@
|
||||
font-weight: $font-weight-bold;
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-bottom-color: #f9826c; // custom coral
|
||||
outline: 1px dotted transparent; // Support Firfox custom colors
|
||||
outline: 1px dotted transparent; // Support Firefox custom colors
|
||||
outline-offset: -1px;
|
||||
|
||||
.UnderlineNav-octicon {
|
||||
|
Loading…
Reference in New Issue
Block a user