Highlight hovered resourcetable row
This commit is contained in:
parent
ce3548daeb
commit
4e0db77a4d
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
|
||||
<style lang="scss">
|
||||
tr {
|
||||
&.even,
|
||||
&.odd {
|
||||
&:hover {
|
||||
background-color: var(--color-lighter);
|
||||
}
|
||||
}
|
||||
&.even {
|
||||
background-color: var(--color-med);
|
||||
}
|
||||
|
|
Reference in a new issue