BuddiesOfBudgie / budgie-desktop

Budgie Desktop is a familiar, modern desktop environment.
https://buddiesofbudgie.org
GNU General Public License v2.0
912 stars 46 forks source link

fix: inability for popover pin button to be themed #563

Closed JoshStrobl closed 3 months ago

JoshStrobl commented 3 months ago

Description

Fixes inability for popover pin button to be themed.

For reviewers: Only actual change in the SASS is the following code block. Rest I shall blame on format-on-save.

.icon-popover {
  .icon-popover-pin.alert {
    color: $alert_color;
  }
}
JoshStrobl commented 3 months ago

Ah true, sec

JoshStrobl commented 3 months ago

Fixed.