Skip to content

Commit

Permalink
🐛 fix(form-ext.scss): Fix issue where toggle glyph was not hidden beh…
Browse files Browse the repository at this point in the history
…ind the toggle knob
  • Loading branch information
Spiderpig86 committed Mar 8, 2022
1 parent 15385b3 commit fa7c1bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -17460,7 +17460,7 @@ ul .divider::after {
line-height: 18px;
text-align: right;
top: 0;
width: 65%;
width: 55%;
font-size: 12px;
}
.form-ext-control .form-ext-toggle .form-ext-toggle__toggler i::after {
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -14836,7 +14836,7 @@ ul .divider::after {
line-height: 18px;
text-align: right;
top: 0;
width: 65%;
width: 55%;
font-size: 12px;
}
.form-ext-control .form-ext-toggle .form-ext-toggle__toggler i::after {
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cirrus-all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
),
);

@forward "cirrus-ext";
@forward "cirrus-ext";
2 changes: 1 addition & 1 deletion src/components/form-ext.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ $generate-utility: should-generate-classes($FORMS-EXT);
line-height: 18px;
text-align: right;
top: 0;
width: 65%;
width: 55%;
font-size: 12px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/internal/_size.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use 'config';

/* Media Queries */

// TODO: For viewport mixins, future option to not fail if key not found and to ignore instead?
@mixin screen-above($breakpoint) {
@if not map-has-key($map: config.$breakpoints, $key: $breakpoint) {
@error 'The given breakpoint #{$breakpoint} for @screen-above does not exist.';
Expand Down

0 comments on commit fa7c1bb

Please sign in to comment.