Skip to content

Commit 2455a91

Browse files
committed
fixed styleguide label issue
1 parent d0d56b1 commit 2455a91

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

src/Styleguide.vue

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,14 +1536,14 @@ const triggerSuccessToastr = (): void => {
15361536
#{$block}__spacing-table-column,
15371537
&:last-child {
15381538
border-radius: $border-radius;
1539-
border-top: 1px dashed rgba(123, 97, 255, 1);
1539+
border-top: 1px dashed rgb(123 97 255 / 100%);
15401540
}
15411541
15421542
#{$block}__spacing-table-row:last-child,
15431543
#{$block}__spacing-table-column,
15441544
&:last-child {
15451545
border-radius: $border-radius;
1546-
border-bottom: 1px dashed rgba(123, 97, 255, 1);
1546+
border-bottom: 1px dashed rgb(123 97 255 / 100%);
15471547
}
15481548
}
15491549
@@ -1564,20 +1564,14 @@ const triggerSuccessToastr = (): void => {
15641564
}
15651565
15661566
&:nth-child(4) {
1567-
border-left: 1px dashed rgba(123, 97, 255, 1);
1568-
border-right: 1px dashed rgba(123, 97, 255, 1);
1567+
border-left: 1px dashed rgb(123 97 255 / 100%);
1568+
border-right: 1px dashed rgb(123 97 255 / 100%);
15691569
padding: $spacing-4;
15701570
position: relative;
15711571
width: 300px;
15721572
}
15731573
}
15741574
1575-
label {
1576-
@include text-xs;
1577-
color: $primary-700-bg;
1578-
padding: 0 $spacing-1;
1579-
}
1580-
15811575
&__spacing-table-row {
15821576
@include flex($align: center);
15831577
height: rems(47px);
@@ -1588,9 +1582,8 @@ const triggerSuccessToastr = (): void => {
15881582
left: rems(16px);
15891583
top: rems(13.5px);
15901584
z-index: -1;
1585+
15911586
/* Reset the default appearance */
1592-
-webkit-appearance: none;
1593-
-moz-appearance: none;
15941587
appearance: none;
15951588
border: none;
15961589
border-radius: 0;
@@ -1608,7 +1601,7 @@ const triggerSuccessToastr = (): void => {
16081601
}
16091602
16101603
&::-webkit-progress-value {
1611-
background-color: rgba(158, 119, 237, 0.1);
1604+
background-color: rgb(158 119 237 / 10%);
16121605
}
16131606
16141607
&__subtitle {

0 commit comments

Comments
 (0)