Skip to content

Commit fa7c1bb

Browse files
committed
🐛 fix(form-ext.scss): Fix issue where toggle glyph was not hidden behind the toggle knob
1 parent 15385b3 commit fa7c1bb

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist/cirrus-all.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17460,7 +17460,7 @@ ul .divider::after {
1746017460
line-height: 18px;
1746117461
text-align: right;
1746217462
top: 0;
17463-
width: 65%;
17463+
width: 55%;
1746417464
font-size: 12px;
1746517465
}
1746617466
.form-ext-control .form-ext-toggle .form-ext-toggle__toggler i::after {

dist/cirrus-all.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cirrus.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14836,7 +14836,7 @@ ul .divider::after {
1483614836
line-height: 18px;
1483714837
text-align: right;
1483814838
top: 0;
14839-
width: 65%;
14839+
width: 55%;
1484014840
font-size: 12px;
1484114841
}
1484214842
.form-ext-control .form-ext-toggle .form-ext-toggle__toggler i::after {

dist/cirrus.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cirrus-all.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
),
3131
);
3232

33-
@forward "cirrus-ext";
33+
@forward "cirrus-ext";

src/components/form-ext.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ $generate-utility: should-generate-classes($FORMS-EXT);
173173
line-height: 18px;
174174
text-align: right;
175175
top: 0;
176-
width: 65%;
176+
width: 55%;
177177
font-size: 12px;
178178
}
179179

src/internal/_size.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use 'config';
22

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

0 commit comments

Comments
 (0)