mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-25 03:20:21 +01:00
Added hover state for list tables.
This commit is contained in:
parent
76f40dd621
commit
c807c3a8e9
@ -39,6 +39,11 @@
|
||||
align-items: center;
|
||||
margin-bottom: 5px;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.row:hover {
|
||||
background-color: var(--base75);
|
||||
}
|
||||
|
||||
.label {
|
||||
@ -46,6 +51,7 @@
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
flex: 2;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.label a {
|
||||
|
Loading…
Reference in New Issue
Block a user