mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
parent
35f35bcba5
commit
2b7362fa94
@ -164,15 +164,21 @@
|
|||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entity-list-item {
|
.entity-list-item {
|
||||||
padding-top: $-xxs;
|
padding-top: $-xxs;
|
||||||
padding-bottom: $-xxs;
|
padding-bottom: $-xxs;
|
||||||
|
background-clip: content-box;
|
||||||
|
border-radius: 0 3px 3px 0;
|
||||||
.content {
|
.content {
|
||||||
padding-top: $-xs;
|
padding-top: $-xs;
|
||||||
padding-bottom: $-xs;
|
padding-bottom: $-xs;
|
||||||
max-width: calc(100% - 20px);
|
max-width: calc(100% - 20px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.entity-list-item.selected {
|
||||||
|
background-color: rgba(0, 0, 0, 0.08);
|
||||||
|
}
|
||||||
.entity-list-item.no-hover {
|
.entity-list-item.no-hover {
|
||||||
margin-top: -$-xs;
|
margin-top: -$-xs;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user