#239 [Feature] Disabled keywords displayed with a strikethrough
parent
c925945f4d
commit
7ec1f8ffdf
|
|
@ -597,6 +597,7 @@
|
|||
|
||||
// .physton-prompt .prompt-tags .prompt-tags-list .prompt-tag.disabled .prompt-tag-edit
|
||||
--pp-pt-dsb-ptl-ptd-promptTagEdit-opacity: .7;
|
||||
--pp-pt-dsb-ptl-ptd-promptTagEdit-text-decoration: line-through;
|
||||
|
||||
// .physton-prompt .prompt-tags .prompt-tags-list .prompt-tag.sortable-selected, .drop-selected .prompt-tag-value
|
||||
--pp-pt-dsb-ptl-pt-ss-ds-promptTagValue-background: rgba(0, 175, 255, 0.4);
|
||||
|
|
@ -2958,6 +2959,7 @@
|
|||
&.disabled {
|
||||
.prompt-tag-edit {
|
||||
opacity: var(--pp-pt-dsb-ptl-ptd-promptTagEdit-opacity);
|
||||
text-decoration: var(--pp-pt-dsb-ptl-ptd-promptTagEdit-text-decoration);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue