@digigov/css 2.0.0-32ae417f → 2.0.0-385c7994

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.
@@ -179,11 +179,14 @@
179
179
  &.ds-link--no-underline {
180
180
  @apply no-underline hover:underline;
181
181
  }
182
- &.ds-link--disabled {
183
- @apply cursor-not-allowed !important;
184
- color: var(--color-base-content);
182
+ &.ds-link--disabled,
183
+ &[disabled] {
184
+ @apply !cursor-not-allowed text-base-600 hover:text-base-600;
185
185
  &:hover {
186
- color: var(--color-base-content);
186
+ text-decoration-thickness: inherit;
187
+ }
188
+ &.ds-link--no-underline {
189
+ @apply hover:no-underline;
187
190
  }
188
191
  }
189
192
  &.ds-link-warning {
@@ -4,7 +4,7 @@
4
4
 
5
5
  @layer utilities {
6
6
  .util-warning-text {
7
- @apply flex;
7
+ @apply flex mb-4 md:mb-8;
8
8
  }
9
9
  .util-warning-text-text {
10
10
  font-size: var(--warning-text-font-size);
@@ -5,6 +5,7 @@
5
5
  font-size: var(--warning-text-font-size);
6
6
  &.ds-warning-text--dense,
7
7
  .ds-dense & {
8
+ @apply mb-3 md:mb-6;
8
9
  .ds-warning-text__icon {
9
10
  @apply mr-4 md:mr-5;
10
11
  }