added error marker for each collection tab and fixed the styles of the raw errors tooltip

This commit is contained in:
Gani Georgiev
2026-05-14 09:15:05 +03:00
parent b061673d9a
commit 820b9afe98
13 changed files with 103 additions and 25 deletions
+4
View File
@@ -411,6 +411,10 @@ hr {
}
/* txt helpers */
.txt-base {
line-height: var(--lineHeight) !important;
font-size: var(--fontSize) !important;
}
.txt-sm {
line-height: var(--smLineHeight) !important;
font-size: var(--smFontSize) !important;
+3
View File
@@ -65,6 +65,9 @@
i {
display: inline-block;
}
.label {
vertical-align: baseline;
}
}
.rule-content {
margin: 5px 0;
+8
View File
@@ -3,6 +3,7 @@
z-index: 99999;
max-width: 300px;
min-width: 30px;
max-height: 90%;
text-align: center;
white-space: pre-line;
word-break: break-word;
@@ -13,6 +14,7 @@
font-size: var(--smFontSize);
line-height: var(--smLineHeight);
font-family: var(--baseFontFamily);
scrollbar-width: thin;
margin: 3px;
padding: 3px 5px;
pointer-events: none;
@@ -27,4 +29,10 @@
opacity: 0;
}
}
&[data-style="code"] {
text-align: left;
white-space: pre-wrap;
max-width: 350px;
font-family: var(--monospaceFontFamily);
}
}
+1 -1
View File
@@ -88,7 +88,7 @@
--modalOverlayColor: rgba(70, 90, 115, 0.25);
--tooltipTxtColor: #fff;
--tooltipSurfaceColor: rgba(34, 36, 36, 0.9);
--tooltipSurfaceColor: rgba(37, 39, 45, 0.9);
--boxShadow: 0px 8px 5px -5px rgba(34, 36, 36, 0.1);
--leftBoxShadow: -1px 0px 5px 0 rgba(34, 36, 36, 0.1);