Skip to content

Commit

Permalink
fix: button outline secondary shadow
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Improta <francesco@designabile.com>
  • Loading branch information
Fupete and zetareticoli authored Oct 28, 2022
1 parent d55a655 commit 974db9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/scss/custom/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@
}

.btn-outline-secondary {
background: #fcfdff;
box-shadow: inset 0 0 0 2px #e6e9f2;
&:hover {
box-shadow: inset 0 0 0 2px color-hover(#e6e9f2);
box-shadow: inset 0 0 0 2px $secondary;
&:hover,
&:active {
box-shadow: inset 0 0 0 2px color-hover($secondary);
}
}

Expand Down

0 comments on commit 974db9d

Please sign in to comment.