Add hoverable tables
This commit is contained in:
parent
d268151e04
commit
7e09bd71e4
2 changed files with 21 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
|||
padding: (3 * $default-spacer) 2px;
|
||||
}
|
||||
|
||||
&.hoverable {
|
||||
tbody tr:hover {
|
||||
background: $light-grey;
|
||||
}
|
||||
}
|
||||
|
||||
&.vertical {
|
||||
font-size: 14px;
|
||||
line-height: 22px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue