Skip to content

Commit

Permalink
Fix accordion button hover
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Oct 12, 2021
1 parent a2a72e7 commit 875faef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/assets/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
display: flex;
}

.form-group.collection-js .panel-heading > a[data-toggle="collapse"],
.form-group.collection-js .card-header > a[data-toggle="collapse"] {
text-decoration: none;
}

.form-group.collection-js .panel-heading > .collection-js-actions,
.form-group.collection-js .card-header > .collection-js-actions {
display: inline-flex;
Expand Down

0 comments on commit 875faef

Please sign in to comment.