mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Make folder select easier to click (#4017)
This commit is contained in:
@@ -105,18 +105,20 @@
|
||||
&-item {
|
||||
white-space: nowrap;
|
||||
|
||||
.btn-link {
|
||||
.btn {
|
||||
border: none;
|
||||
color: white;
|
||||
font-weight: 400;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&:last-child::before {
|
||||
&:last-child .btn span::before {
|
||||
content: "└ \1F4C1";
|
||||
}
|
||||
|
||||
&::before {
|
||||
.btn span::before {
|
||||
content: "├ \1F4C1";
|
||||
display: inline-block;
|
||||
padding-right: 1rem;
|
||||
@@ -125,7 +127,7 @@
|
||||
}
|
||||
|
||||
&-parent {
|
||||
&::before {
|
||||
.btn span::before {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user