@datarailsshared/datarailsshared 1.6.351 → 1.6.353
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
package/styles.css
CHANGED
|
@@ -587,18 +587,15 @@ li.CodeMirror-hint-active {
|
|
|
587
587
|
color: #4646ce;
|
|
588
588
|
padding: 0 4px;
|
|
589
589
|
text-decoration: none;
|
|
590
|
+
}
|
|
590
591
|
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
&.disabled {
|
|
597
|
-
color: #aeabac;
|
|
598
|
-
}
|
|
592
|
+
.dr-button-link:hover,
|
|
593
|
+
.dr-button-link:active {
|
|
594
|
+
text-decoration: underline;
|
|
599
595
|
}
|
|
600
596
|
|
|
601
597
|
.dr-button-link.disabled {
|
|
598
|
+
color: #aeabac;
|
|
602
599
|
pointer-events: none;
|
|
603
600
|
}
|
|
604
601
|
|
|
Binary file
|