Skip to content

Commit

Permalink
dialog.Base: header toolbar => active button state #6279
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Jan 23, 2025
1 parent 16540dc commit c7abf64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/scss/src/dialog/Base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
margin-right: 0.3em;
padding : 0;

&:active {
border: none !important;
}

&:last-child {
margin-right: 0;
}
Expand Down

0 comments on commit c7abf64

Please sign in to comment.