Skip to content

Commit

Permalink
fix: 🔥 Remove errant !importants from _buttons.scss and `_navigat…
Browse files Browse the repository at this point in the history
…ion.scss`
  • Loading branch information
Herm71 committed Jun 4, 2022
1 parent 810b0c7 commit 6184492
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
z-index: 100;
}
.wp-block-search__button {
background: none !important;
border: none !important;
color: var(--wp--preset--color--ucsc-primary-blue) !important;
background: none;
border: none;
color: var(--wp--preset--color--ucsc-primary-blue);
}

10 changes: 5 additions & 5 deletions src/scss/components/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
}
.sidebar-navigation {
ul {
margin-bottom:2em!important;
margin-bottom: 2em;
li:first-child>a {
border-top: 1px solid #ddd!important;
border-top: 1px solid #ddd;
}
li>a {
border-bottom: 1px solid #ddd!important;
padding: 0.5em 0 0.5em 1em!important;
border-bottom: 1px solid #ddd;
padding: 0.5em 0 0.5em 1em;
}
}

}

.wp-block-navigation .wp-block-navigation__submenu-icon {

color: var(--wp--preset--color--ucsc-primary-yellow) !important;
color: var(--wp--preset--color--ucsc-primary-yellow);
}

//BREADCRUMBS
Expand Down

0 comments on commit 6184492

Please sign in to comment.