@ieeesa-npm/shared-styles 0.5.6 → 0.5.7

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": "@ieeesa-npm/shared-styles",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"
package/styles/theme.scss CHANGED
@@ -33,6 +33,9 @@
33
33
  background-color: $ieeesa-primary-btn-active;
34
34
  color: $ieeesa-white;
35
35
  }
36
+ &.mat-primary-button:focus {
37
+ background: $ieeesa-primary-btn-focus;
38
+ }
36
39
  &.mat-primary-button:hover {
37
40
  background-color: $ieeesa-primary-btn-hover;
38
41
  }
@@ -51,6 +54,9 @@
51
54
  &.mat-secondary-button:hover {
52
55
  background: $ieeesa-secondary-btn-hover;
53
56
  }
57
+ &.mat-secondary-button:focus {
58
+ background: $ieeesa-secondary-btn-focus;
59
+ }
54
60
  &.mat-secondary-button:active {
55
61
  background: $ieeesa-secondary-btn-active;
56
62
  }
@@ -68,6 +74,9 @@
68
74
  &.mat-tertiary-button:hover {
69
75
  background-color: $ieeesa-tertiary-btn-hover;
70
76
  }
77
+ &.mat-tertiary-button:focus {
78
+ background-color: $ieeesa-secondary-btn-focus;
79
+ }
71
80
  &.mat-tertiary-button:active {
72
81
  background: $ieeesa-tertiary-btn-active;
73
82
  }
@@ -160,6 +160,8 @@ $ieeesa-tertiary-btn-color: #00629b;
160
160
  $ieeesa-tertiary-btn-hover: rgba(103, 80, 164, 0.08);
161
161
  $ieeesa-tertiary-btn-active: rgba(103, 80, 164, 0.12);
162
162
  $ieeesa-tertiary-btn-disabled: rgba(28, 27, 31, 0.12);
163
+ $ieeesa-primary-btn-focus: #1F75A7;
164
+ $ieeesa-secondary-btn-focus: #F0F5F9;
163
165
  // Opacity
164
166
  $ieeesa-opacity-point-38: 0.38;
165
167
  // IEEE SA Branding