Просмотр исходного кода

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

Felix Niklas 2 лет назад
Родитель
Сommit
4246909d30
1 измененных файлов с 8 добавлено и 0 удалено
  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;
   background: white !important;
 }
 }
 
 
+.is-internal .internal-border {
+  background: none;
+}
+
+.is-internal .textBubble {
+  border: 5px dashed gray !important;
+}
+
 .bubble-arrow::after {
 .bubble-arrow::after {
   background: white !important;
   background: white !important;
   border-color: black !important;
   border-color: black !important;