Skip to content

Commit

Permalink
Hide underline also for dropdown-item. And merged into one CSS rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
radimvaculik committed Jul 19, 2022
1 parent 5966803 commit 473192b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions assets/datagrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@
text-decoration: none;
}

.datagrid a:hover {
.datagrid a:not(.btn):not(.dropdown-item):hover {
text-decoration: underline;
}

.datagrid a.btn:hover {
text-decoration: none;
}

.datagrid .datagrid-input-group-full-width {
width: 100%
}
Expand Down

0 comments on commit 473192b

Please sign in to comment.