Skip to content

Commit

Permalink
silence linter!
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Oct 9, 2024
1 parent b1c4117 commit 708d0c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/primer/alpha/dialog.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

/* TODO: One day this can be :has(:modal), when it is better supported */
body.has-modal {
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
padding-right: var(--dialog-scrollgutter) !important;
overflow: hidden !important;
}
Expand Down Expand Up @@ -356,6 +357,7 @@ dialog.Overlay:not([open]) {
&:hover,
&:focus {
background-color: var(--button-default-bgColor-hover);
/* stylelint-disable-next-line primer/colors */
border: var(--borderWidth-thin) solid var(--control-bgColor-hover);
}

Expand Down

0 comments on commit 708d0c2

Please sign in to comment.