Remove broken Settings Icons + Fix PC/RP buttons (#31)

* Update _index.scss

* fix PC/RP buttons, disabled settingsIcons as broke
This commit is contained in:
LeafyLuigi
2022-08-23 11:59:10 -05:00
committed by GitHub
parent 32c408dfb4
commit 071d6d0bb7
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@use 'buttons';
@use 'plugins';
@use 'assets';
@use 'settingsicons';
// @use 'settingsicons'; // Currently broken due to a Discord Update causing aria-controls to no longer apply to inactive elements.
+10 -1
View File
@@ -33,4 +33,13 @@
"m8 0 6.61 3h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7a.5.5 0 0 1 .485.38l.5 2a.498.498 0 0 1-.485.62H.5a.498.498 0 0 1-.485-.62l.5-2A.501.501 0 0 1 1 13V6H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 3h.89L8 0ZM3.777 3h8.447L8 1 3.777 3ZM2 6v7h1V6H2Zm2 0v7h2.5V6H4Zm3.5 0v7h1V6h-1Zm2 0v7H12V6H9.5ZM13 6v7h1V6h-1Zm2-1V4H1v1h14Zm-.39 9H1.39l-.25 1h13.72l-.25-1Z"
);
transform: scale(1.5, 1.5);
}
}
/* ---------- Powercord/Replugged Buttons ------------ */
.buttons,
.powercord-settings-item,
.powercord-product-footer {
.directionRow-2Iu2A9 {
left: unset;
}
}