Skip to content

Commit

Permalink
fix(shs-5967): lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari Nez committed Jan 13, 2025
1 parent fcf4098 commit f5547c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@
}

&.su-text-black {

&:hover,
&:focus {
background-color: transparent;
Expand All @@ -380,7 +379,6 @@
// Optional open footer area.
// -----------------------------------------------------------------------------
.su-alert__footer {

a {
color: color(dark-text, $su-alert-colors);
text-decoration: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

@include grid-media-max('md') {
@include flex-column(10);

// On mobile, lockup needs a higher z-index than nav because the nav takes up 100% width including margin
z-index: 10010;
}
Expand Down

0 comments on commit f5547c8

Please sign in to comment.