ca-components 2.0.34 → 2.0.36

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.
@@ -240,6 +240,9 @@
240
240
  }
241
241
 
242
242
  &-blue {
243
+ &-11 {
244
+ @include hover($ta-blue-11);
245
+ }
243
246
  &-13 {
244
247
  @include hover($ta-blue-13);
245
248
  }
@@ -38,6 +38,11 @@
38
38
  @include text-selection($ta-blue-5);
39
39
  }
40
40
 
41
+ &-blue-11 {
42
+ color: $blue-11 !important;
43
+ @include text-selection($blue-11);
44
+ }
45
+
41
46
  &-blue-13 {
42
47
  color: $ta-blue-13 !important;
43
48
  @include text-selection($ta-blue-13);