Skip to content
Snippets Groups Projects
Commit 37705618 authored by gnaegi's avatar gnaegi
Browse files

OO-533 fix table hover effect which was a bit to agressive

parent fec97508
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
td input.b_checkbox { margin: 0 4px 0 0;}
td a:hover, td a:focus { background-color: transparent;}
td.b_last_child { padding-left: 0;}
tr:hover td {background: $selectcolor_ultra_light;}
table.b_briefcase_actions {
border: 0; padding: 0; margin:0;
td { border: 0; padding: 0 0 0 3px; margin:0;}
......
......@@ -24,9 +24,6 @@ table {
&.b_row_selected td {
background: $selectcolor_light;
}
&:hover td {
background: $selectcolor_ultra_light;
}
}
}
}
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment