mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
feat: add table navigation to cuesheet table (#1483)
* refactor: cuesheet table body * feat: add table navigation
This commit is contained in:
committed by
Carlos Valente
parent
8465b04c89
commit
e5b30770ce
@@ -28,6 +28,11 @@ $table-header-font-size: calc(1rem - 2px);
|
||||
position: relative;
|
||||
@include ellipsis-overflow;
|
||||
}
|
||||
|
||||
th:focus,
|
||||
td:focus {
|
||||
outline: 2px solid $ui-white;
|
||||
}
|
||||
}
|
||||
|
||||
.tableHeader,
|
||||
|
||||
Reference in New Issue
Block a user