Do not hover table when not clickable
This commit is contained in:
parent
c612e159cf
commit
747a878cca
2 changed files with 4 additions and 6 deletions
|
|
@ -128,7 +128,7 @@ class MembershipTable(tables.Table):
|
|||
|
||||
class Meta:
|
||||
attrs = {
|
||||
'class': 'table table-condensed table-striped table-hover',
|
||||
'class': 'table table-condensed table-striped',
|
||||
'style': 'table-layout: fixed;'
|
||||
}
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue