Skip to content

Commit

Permalink
fix fieldst hover css
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Nov 5, 2024
1 parent 6fe842f commit e23d343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,8 @@ ul.form-list li .field {
margin: 0;
padding: 0.75em;
}
ul.form-list li .field:hover {
ul.form-list li .field:hover,
ul.form-list li fieldset:hover {
background-color: var(--cmg-color-bg-001);
}
ul.form-list li.fields-submit {
Expand Down

0 comments on commit e23d343

Please sign in to comment.