Add hoverable tables

This commit is contained in:
Mathieu Magnin 2017-07-27 16:27:29 +02:00
parent d268151e04
commit 7e09bd71e4
2 changed files with 21 additions and 0 deletions

View file

@ -20,6 +20,12 @@
padding: (3 * $default-spacer) 2px;
}
&.hoverable {
tbody tr:hover {
background: $light-grey;
}
}
&.vertical {
font-size: 14px;
line-height: 22px;