Skip to content

Commit

Permalink
style(footer): fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnson committed Aug 22, 2024
1 parent f7863dc commit 783c855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions elements/rh-footer/rh-footer-lightdom.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
display: block;
}

:is(rh-footer) a[slot^="logo"]>img {
:is(rh-footer) a[slot^="logo"] > img {
display: block;
width: auto;
height: 100%;
Expand Down Expand Up @@ -108,13 +108,13 @@ rh-footer-universal:not(:defined):before {
}

/* Adding styles to logo */
rh-footer:not(:defined)>[slot="logo"] {
rh-footer:not(:defined) > [slot="logo"] {
padding: var(--rh-space-2xl, 32px) var(--_section-side-gap);
}

/* A11y hide child components */
rh-footer:not(:defined)> :not([slot="logo"], rh-footer-universal),
rh-footer-universal:not(:defined)>* {
rh-footer:not(:defined) > :not([slot="logo"], rh-footer-universal),
rh-footer-universal:not(:defined) > * {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
Expand Down

0 comments on commit 783c855

Please sign in to comment.