allaw-ui 4.6.1 → 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,15 +93,14 @@
93
93
  .actionButtonBorder {
94
94
  background: white;
95
95
  color: var(--bleu-allaw, #25beeb);
96
- border: 3px solid #25beeb;
97
- box-sizing: border-box;
98
- padding: 17px 13px;
96
+ border: none;
97
+ box-shadow: inset 0 0 0 3px #25beeb;
99
98
  }
100
99
 
101
100
  .actionButtonBorder:hover {
102
101
  background: white;
103
102
  color: #1fa8d7;
104
- border: 3px solid #1fa8d7;
103
+ box-shadow: inset 0 0 0 3px #1fa8d7;
105
104
  }
106
105
 
107
106
  .actionButtonBorder:active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "allaw-ui",
3
- "version": "4.6.1",
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",