|
18 | 18 | background-color: var(--bgColor-default, var(--color-canvas-default));
|
19 | 19 | background-repeat: no-repeat; // Repeat and position set for form states (success, error, etc)
|
20 | 20 | background-position: right 8px center; // For form validation. This keeps images 8px from right and centered vertically.
|
21 |
| - // stylelint-disable-next-line primer/borders |
| 21 | + // stylelint-disable-next-line primer/borders, primer/colors |
22 | 22 | border: $border-width $border-style var(--control-borderColor-rest, var(--color-border-default));
|
23 | 23 | // stylelint-disable-next-line primer/borders
|
24 | 24 | border-radius: $border-radius;
|
|
46 | 46 | &.border-0 {
|
47 | 47 | &:focus,
|
48 | 48 | &:focus-visible {
|
49 |
| - // stylelint-disable-next-line primer/borders |
| 49 | + // stylelint-disable-next-line primer/borders, primer/colors |
50 | 50 | border: $border-width $border-style var(--borderColor-accent-emphasis, var(--color-accent-fg)) !important;
|
51 | 51 | }
|
52 | 52 | }
|
@@ -268,7 +268,7 @@ input::-webkit-inner-spin-button {
|
268 | 268 | font-size: $h5-size;
|
269 | 269 | color: var(--fgColor-attention, var(--color-attention-fg));
|
270 | 270 | background: var(--bgColor-attention-muted, var(--color-attention-subtle));
|
271 |
| - // stylelint-disable-next-line primer/borders |
| 271 | + // stylelint-disable-next-line primer/borders, primer/colors |
272 | 272 | border: $border-width $border-style var(--borderColor-attention-emphasis, var(--color-attention-emphasis));
|
273 | 273 | // stylelint-disable-next-line primer/borders
|
274 | 274 | border-radius: $border-radius;
|
|
0 commit comments