Mercurial > libervia-templates
diff sat_templates/templates/bulma/static/styles.css @ 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 | e3e11ced9f8f |
children | 281d1c958d56 |
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;