Skip to content

Commit 262724f

Browse files
committed
fix(plugins/plugin-client-common): markdown expandable section left-border color not consistent
some issues with css priorities versus expanded sections
1 parent 52b7e38 commit 262724f

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-client-common/web/scss/components/Terminal

1 file changed

+1
-1
lines changed

plugins/plugin-client-common/web/scss/components/Terminal/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ $action-hover-delay: 210ms;
577577
}
578578

579579
@mixin MarkdownTip {
580-
.kui--markdown-tip {
580+
div.kui--markdown-tip {
581581
@content;
582582
}
583583
}

0 commit comments

Comments
 (0)