#239 [Feature] Disabled keywords displayed with a strikethrough

pull/292/head
Physton 2023-09-13 21:47:16 +08:00
parent c925945f4d
commit 7ec1f8ffdf
2 changed files with 3 additions and 1 deletions

View File

@ -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);
}
}

2
styles/main.min.css vendored

File diff suppressed because one or more lines are too long