Skip to content

Commit 8ec79f7

Browse files
committed
🔧 chore(button.scss): Change button group offset from -0.1rem to -1px
1 parent d359191 commit 8ec79f7

7 files changed

Lines changed: 929 additions & 388 deletions

File tree

dist/cirrus-core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
/* Style button in middle of group */
455455
border-radius: 0;
456456
/* Remove roundness from center buttons */
457-
margin-left: -0.1rem; }
457+
margin-left: -1px; }
458458
.btn-group.btn-group-fill {
459459
/* Makes the button group fill the width and proportion the buttons to fill the space */
460460
display: -webkit-box;

dist/cirrus-core.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
@@ -548,7 +548,7 @@ fieldset {
548548
/* Style button in middle of group */
549549
border-radius: 0;
550550
/* Remove roundness from center buttons */
551-
margin-left: -0.1rem; }
551+
margin-left: -1px; }
552552
.btn-group.btn-group-fill {
553553
/* Makes the button group fill the width and proportion the buttons to fill the space */
554554
display: -webkit-box;

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.

0 commit comments

Comments
 (0)