Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/wpmudev/sui-react in…
Browse files Browse the repository at this point in the history
…to development
  • Loading branch information
abder committed Apr 2, 2024
2 parents 2116777 + c2d013f commit fec682c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
&:after {
border-color: $color-extended-neutral-0;
}

&:hover {
.sui-#{$block}__box {
background: $color-extended-neutral-0;
border-color: $color-extended-neutral-0;
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
@include block($block) {
@include modifier(focus) {
@include modifies-element(box) {
border-color: $color-extended-neutral-0;
&:after {
border-color: $color-extended-neutral-0;
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// THEME: None.
@include sui-class($rtl: false, $theme: null) {
@include block($block) {
max-width: $sidebar-size-width-md;
// max-width: $sidebar-size-width-md;

@include media(max-width, md) {
display: none;
Expand Down

0 comments on commit fec682c

Please sign in to comment.