1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Updtd entity-selector for keyboard nav and new component system

For #2064
This commit is contained in:
Dan Brown
2021-02-12 22:10:37 +00:00
parent 6a4b020dd8
commit f36e6d9917
4 changed files with 79 additions and 27 deletions

View File

@ -193,8 +193,12 @@ $btt-size: 40px;
.entity-list-item p {
margin-bottom: 0;
}
.entity-list-item:focus {
outline: 2px dotted var(--color-primary);
outline-offset: -4px;
}
.entity-list-item.selected {
background-color: rgba(0, 0, 0, 0.05) !important;
@include lightDark(background-color, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
}
.loading {
height: 400px;