allaw-ui 4.6.0 → 4.6.2

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.
@@ -93,13 +93,14 @@
93
93
  .actionButtonBorder {
94
94
  background: white;
95
95
  color: var(--bleu-allaw, #25beeb);
96
- border: 3px solid #25beeb;
96
+ border: none;
97
+ box-shadow: inset 0 0 0 3px #25beeb;
97
98
  }
98
99
 
99
100
  .actionButtonBorder:hover {
100
101
  background: white;
101
102
  color: #1fa8d7;
102
- border: 3px solid #1fa8d7;
103
+ box-shadow: inset 0 0 0 3px #1fa8d7;
103
104
  }
104
105
 
105
106
  .actionButtonBorder:active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.6.0",
3
+ "version": "4.6.2",
4
4
  "description": "Composants UI pour l'application Allaw",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",