Smooth table hover transition
This commit is contained in:
@ -119,6 +119,7 @@ th {
|
||||
.table-hover > tbody > tr:hover {
|
||||
> td,
|
||||
> th {
|
||||
|
||||
background-color: @table-bg-hover;
|
||||
}
|
||||
}
|
||||
|
@ -544,6 +544,13 @@ span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.table-hover > tbody > tr:hover {
|
||||
> td,
|
||||
> th {
|
||||
transition: 0.3s all;
|
||||
}
|
||||
}
|
||||
|
||||
// Datatables ================================================================
|
||||
|
||||
// Search field
|
||||
|
@ -17,7 +17,7 @@ block content
|
||||
img(src='/img/hacker_news.png', width=50, height=50)
|
||||
span Hacker News Frontpage
|
||||
|
||||
table.table.table-condensed
|
||||
table.table.table-condensed.table-hover
|
||||
thead
|
||||
tr
|
||||
th №
|
||||
|
Reference in New Issue
Block a user