mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Dark mode switch style fix and other tweaks (no-changelog) (#7599)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -81,17 +81,13 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.secondary {
|
||||
color: var(--color-secondary);
|
||||
color: var(--color-secondary-link);
|
||||
|
||||
&:active {
|
||||
color: var(--color-secondary-shade-1);
|
||||
color: var(--color-secondary-link-hover);
|
||||
}
|
||||
}
|
||||
|
||||
.secondary {
|
||||
color: var(--color-secondary);
|
||||
}
|
||||
|
||||
.primary-underline {
|
||||
composes: primary;
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user