@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.351",
3
+ "version": "1.6.353",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",
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
- &:hover,
592
- &:active {
593
- text-decoration: underline;
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