Browse Source

Fixes #2430: use dashed border for internal articles in print

Felix Niklas 2 years ago
parent
commit
4246909d30
1 changed files with 8 additions and 0 deletions
  1. 8 0
      app/assets/stylesheets/print.scss

+ 8 - 0
app/assets/stylesheets/print.scss

@@ -157,6 +157,14 @@ th.js-tableHead:not([data-column-key='icon']) {
   background: white !important;
 }
 
+.is-internal .internal-border {
+  background: none;
+}
+
+.is-internal .textBubble {
+  border: 5px dashed gray !important;
+}
+
 .bubble-arrow::after {
   background: white !important;
   border-color: black !important;