changeset 361:e44c0627d00b

bulma (css): use current color for SVG icons
author Goffi <goffi@goffi.org>
date Thu, 22 Jun 2023 16:31:26 +0200
parents c98a0a4a3fd0
children b2b859a62e70
files sat_templates/templates/bulma/static/styles.css
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Thu Jun 01 20:50:47 2023 +0200
+++ b/sat_templates/templates/bulma/static/styles.css	Thu Jun 22 16:31:26 2023 +0200
@@ -586,6 +586,10 @@
  * icons *
  *********/
 
+.svg-icon {
+    fill: currentColor;
+}
+
 .icon_animate_spin {
   animation: spin 2s infinite linear;
   display: inline-block;