allaw-ui 1.0.76 → 1.0.77

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.
@@ -47,27 +47,35 @@
47
47
  border-radius: 18px;
48
48
  }
49
49
 
50
- /* Round variant - inactive state */
51
- .tab-navigation-d.tab-navigation--round .tab-item-d.inactive {
52
- background-color: var(--grey-light, #f6fcfe);
53
- color: var(--noir, #171e25);
54
- border: 1px solid var(--grey-venom, #e6edf5);
50
+ /* Round variant - inactive state - Augmentation de la spécificité */
51
+ .tab-navigation-d.tab-navigation--round .tab-item-d.inactive,
52
+ .tab-navigation-d.small.tab-navigation--round .tab-item-d.inactive,
53
+ .tab-navigation-d.normal.tab-navigation--round .tab-item-d.inactive {
54
+ background-color: var(--grey-light, #f6fcfe) !important;
55
+ color: var(--noir, #171e25) !important;
56
+ border: 1px solid var(--grey-venom, #e6edf5) !important;
55
57
  }
56
58
 
57
- /* Round variant - active state */
58
- .tab-navigation-d.tab-navigation--round .tab-item-d.active {
59
- background-color: var(--dark-grey, #456073);
60
- color: var(--pure-white, #fff);
61
- border: 1px solid var(--dark-grey, #456073);
59
+ /* Round variant - active state - Augmentation de la spécificité */
60
+ .tab-navigation-d.tab-navigation--round .tab-item-d.active,
61
+ .tab-navigation-d.small.tab-navigation--round .tab-item-d.active,
62
+ .tab-navigation-d.normal.tab-navigation--round .tab-item-d.active {
63
+ background-color: var(--dark-grey, #456073) !important;
64
+ color: var(--pure-white, #fff) !important;
65
+ border: 1px solid var(--dark-grey, #456073) !important;
62
66
  }
63
67
 
64
- /* Hover states for round variant */
65
- .tab-navigation-d.tab-navigation--round .tab-item-d.inactive:hover {
66
- background-color: var(--grey-venom, #e6edf5);
68
+ /* Hover states - Augmentation de la spécificité */
69
+ .tab-navigation-d.tab-navigation--round .tab-item-d.inactive:hover,
70
+ .tab-navigation-d.small.tab-navigation--round .tab-item-d.inactive:hover,
71
+ .tab-navigation-d.normal.tab-navigation--round .tab-item-d.inactive:hover {
72
+ background-color: var(--grey-venom, #e6edf5) !important;
67
73
  }
68
74
 
69
- .tab-navigation-d.tab-navigation--round .tab-item-d.active:hover {
70
- background-color: #3c5364;
75
+ .tab-navigation-d.tab-navigation--round .tab-item-d.active:hover,
76
+ .tab-navigation-d.small.tab-navigation--round .tab-item-d.active:hover,
77
+ .tab-navigation-d.normal.tab-navigation--round .tab-item-d.active:hover {
78
+ background-color: #3c5364 !important;
71
79
  }
72
80
 
73
81
  /* Label styles */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",