Move "legacy" or otherwise deprecated styles into sub-folder
This commit is contained in:
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user