| Summary: | Update microphone-sensitivity icons | ||
|---|---|---|---|
| Product: | [Plasma] Breeze | Reporter: | David Rosca <nowrep> |
| Component: | Icons | Assignee: | visual-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kainz.a, zrenfire |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/breeze-icons/3574280c9381af45b18430e797957ff4e628db93 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
David Rosca
2017-02-28 11:15:22 UTC
Just going to point out that the low/medium/high icons do in fact have the stylesheet, and have fill:currentColor. The bug is that the have style="color:#4d4d4d;..." which overrides the fill:currentColor. We'll need to remove that definition from the style tag. Git commit 3574280c9381af45b18430e797957ff4e628db93 by andreas kainz. Committed on 27/04/2017 at 20:41. Pushed by andreask into branch 'master'. BUG 377012 update microphone-sensitivity icons M +4 -5 icons-dark/status/22/mic-off.svg M +8 -15 icons-dark/status/22/mic-on.svg M +8 -16 icons-dark/status/22/mic-ready.svg M +8 -10 icons-dark/status/22/microphone-sensitivity-high.svg M +8 -10 icons-dark/status/22/microphone-sensitivity-low.svg M +8 -15 icons-dark/status/22/microphone-sensitivity-medium.svg M +7 -60 icons/status/16/mic-on.svg M +9 -63 icons/status/16/microphone-sensitivity-high.svg M +9 -63 icons/status/16/microphone-sensitivity-low.svg M +11 -68 icons/status/16/microphone-sensitivity-medium.svg M +4 -5 icons/status/22/mic-off.svg M +8 -15 icons/status/22/mic-on.svg M +8 -16 icons/status/22/mic-ready.svg M +8 -10 icons/status/22/microphone-sensitivity-high.svg M +8 -10 icons/status/22/microphone-sensitivity-low.svg M +8 -15 icons/status/22/microphone-sensitivity-medium.svg https://commits.kde.org/breeze-icons/3574280c9381af45b18430e797957ff4e628db93 |