mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
refactor(styles): extract inline styles to CSS files
- Move view settings inline styles to view-setting-tab.css - Import new CSS file in main styles.css - Clean up unused onCompletion.css styles - Improve code maintainability with separated concerns
This commit is contained in:
parent
612a979f10
commit
e93c78bc2e
2 changed files with 191 additions and 5 deletions
|
|
@ -133,7 +133,6 @@
|
|||
|
||||
.oncompletion-validation-message.success {
|
||||
color: var(--text-success);
|
||||
background-color: var(--background-modifier-success);
|
||||
}
|
||||
|
||||
/* Integration with Task Details */
|
||||
|
|
|
|||
195
styles.css
195
styles.css
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue