style hover (#525)

* refactor: render if in view

* style: add hover indicator on row
This commit is contained in:
Carlos Valente
2023-09-16 13:49:12 +02:00
committed by GitHub
parent a0c5375376
commit 958c68b6f6
2 changed files with 37 additions and 3 deletions
@@ -61,6 +61,11 @@ $table-header-font-size: calc(1rem - 3px);
.eventRow {
vertical-align: top;
&:hover {
outline: 1px solid $blue-700;
outline-offset: -1px;
}
td {
background-color: $gray-1250;
border-radius: 2px;