1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: hotkeys to navigate inside a table resultset

This commit is contained in:
Giulio Ganci
2022-06-04 08:45:48 +02:00
parent d3b9e08446
commit 49abd1ea7f
4 changed files with 195 additions and 35 deletions

View File

@ -231,7 +231,8 @@
.td {
border-color: $body-bg-dark;
&:focus {
&:focus,
&.selected {
box-shadow: inset 0 0 0 2px darken($body-font-color-dark, 40%);
background-color: rgba($color: #000, $alpha: 0.3);
}

View File

@ -252,7 +252,8 @@
.td {
border-color: $body-bg;
&:focus {
&:focus,
&.selected {
box-shadow: inset 0 0 0 2px lighten($body-font-color, 10%);
background-color: $body-font-color-dark;
}