Skip to content

Commit

Permalink
remove old css fix for enlarging buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed Jun 10, 2024
1 parent baf3166 commit 82da912
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions app/assets/stylesheets/ugent/_override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,27 +69,3 @@
min-width: 350px;
border: 1px solid black;
}

/*
fix button hover effect that enlarges button
*/

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:active:hover,
.btn-primary.active:hover {
margin: 5px 0px 0px 0px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:visited,
.btn-default:active:hover,
.btn-default.active:hover {
margin: 5px 0px 0px 0px;
}

0 comments on commit 82da912

Please sign in to comment.