@baloise/ds-styles 19.9.5 → 19.10.1

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/css/core.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 18 May 2026 09:23:43 GMT
3
+ * Generated on Tue, 23 Jun 2026 09:17:52 GMT
4
4
  */
5
5
  :root {
6
6
  --bal-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); /* Increases readability when used on a image background. */
@@ -4510,6 +4510,12 @@ table.table td.has-buttons .buttons {
4510
4510
  margin-top: auto;
4511
4511
  }
4512
4512
 
4513
+ .bal-icon svg[fill=none],
4514
+ .bal-icon path[fill=none],
4515
+ .bal-icon rect[fill=none] {
4516
+ fill: none !important;
4517
+ }
4518
+
4513
4519
  :root {
4514
4520
  --bal-line-height-x-small: 1.125rem;
4515
4521
  --bal-line-height-small: 1.25rem;