Skip to content

Commit

Permalink
fix: finalize removal of button group
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Feb 22, 2024
1 parent 8116d7b commit 180fe24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
1 change: 0 additions & 1 deletion source/sass/_styleguide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
@import "component/textarea";
@import "component/option";
@import "component/typography";
@import "component/buttonGroup";
@import "component/fab";
@import "component/steppers";
@import "component/segment";
Expand Down
45 changes: 0 additions & 45 deletions source/sass/component/_buttonGroup.scss

This file was deleted.

4 changes: 0 additions & 4 deletions source/sass/component/_paper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ $c-paper-border-color: var(--c-paper-border-color, $color-border-card) !default;
color: $color-white;
}

.c-buttongroup {
float:right;
}

.c-button__text--primary[aria-pressed="true"],
[aria-pressed="true"].c-button__outlined--primary {
color: $color-white;
Expand Down

0 comments on commit 180fe24

Please sign in to comment.