summaryrefslogtreecommitdiff
path: root/paper/_bootswatch.scss
diff options
context:
space:
mode:
Diffstat (limited to 'paper/_bootswatch.scss')
-rw-r--r--paper/_bootswatch.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss
index b81e424e..80e50c78 100644
--- a/paper/_bootswatch.scss
+++ b/paper/_bootswatch.scss
@@ -125,9 +125,9 @@ a {
// Tables =====================================================================
.table-hover {
- > tbody > tr:hover,
- > tbody > tr:hover > th,
- > tbody > tr:hover > td {
+ > tbody > tr,
+ > tbody > tr > th,
+ > tbody > tr > td {
@include transition(all 0.2s);
}
}