Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(css): info callout box color to --color-info
Fallback to the hard coded value for our primary element default.
`--color-info` was only introduced with Nextcloud 27.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud authored and mejo- committed Jun 26, 2023
commit d2e6237879feaeebc13a926cd4499c99e055ea8b
2 changes: 1 addition & 1 deletion src/nodes/Callout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default {

// Info (default) variables
&, &--info {
--callout-border: var(--color-primary-element);
--callout-border: var(--color-info, #006aa3);
}

// Warn variables
Expand Down