Move "legacy" or otherwise deprecated styles into sub-folder

This commit is contained in:
MrOtherGuy
2023-01-01 18:40:37 +02:00
parent a46d28bcab
commit 7953cb9d8e
18 changed files with 65 additions and 55 deletions

View File

@@ -53,8 +53,6 @@ pre:empty{ display: none }
max-width: 30%;
cursor: pointer;
white-space:nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: flex;
}
.target > a{
@@ -66,6 +64,10 @@ pre:empty{ display: none }
background-size: contain;
flex-shrink: 0;
}
.target > span{
overflow: hidden;
pointer-events: none;
}
.target:hover{ background-color: rgb(80,80,90) }
.target.selected{ background-color: rgb(80,80,120) }
.target > a:hover{ filter: drop-shadow(0 0 3px fuchsia) }