mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
ui: Add box-shadow to table items on hover
This commit is contained in:
parent
aea3d00a9d
commit
95031f9f90
@ -43,6 +43,10 @@ table:not(.sessions) tbody tr {
|
|||||||
table:not(.sessions) td:first-child {
|
table:not(.sessions) td:first-child {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table:not(.sessions) tbody tr:hover {
|
||||||
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
/* Header Tooltips/Icon*/
|
/* Header Tooltips/Icon*/
|
||||||
th {
|
th {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user