added support for packed themes
This commit is contained in:
parent
019886ecb0
commit
c3fdd6eae4
3 changed files with 67 additions and 32 deletions
|
@ -1135,6 +1135,16 @@
|
|||
border : 0px;
|
||||
}
|
||||
|
||||
.list-group-item {
|
||||
&.addon {
|
||||
background: rgb(86 86 86 / 20%);
|
||||
}
|
||||
&.applied {
|
||||
background: var(--keyColor-disabled);
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.repo-header {
|
||||
font-size : 16px;
|
||||
position : sticky;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue