Skip to content

Commit 9df1ff2

Browse files
committed
revert: reverted back to see the effect of ci workflow
1 parent be2f495 commit 9df1ff2

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Addons/SettingsModalEdited.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ html.theme-light .button_a22cb0:hover {
458458
}
459459

460460
/* fix for the newly added classes for the disable and Delete account button */
461-
.children__7bffb .a22cb0c66246f5d3-critical-primary, .children__7bffb .a22cb0c66246f5d3-critical-secondary {
461+
.children__7bffb .critical-primary_a22cb0, .children__7bffb .critical-secondary_a22cb0 {
462462
padding: 25px;
463463
height: 45px;
464464
font-family: "Roboto" !important;
@@ -473,59 +473,59 @@ html.theme-light .button_a22cb0:hover {
473473
outline: none;
474474
}
475475

476-
.children__7bffb .a22cb0c66246f5d3-critical-primary .buttonChildrenWrapper_a22cb0 span, .children__7bffb .a22cb0c66246f5d3-critical-secondary span {
476+
.children__7bffb .critical-primary_a22cb0 .buttonChildrenWrapper_a22cb0 span, .children__7bffb .critical-secondary_a22cb0 span {
477477
/* font-size: 0px !important; */
478478
visibility: hidden;
479479
}
480480

481-
.children__7bffb .a22cb0c66246f5d3-critical-primary::before {
481+
.children__7bffb .critical-primary_a22cb0::before {
482482
content: "Disable";
483483
position: absolute;
484484
font-size: 14px !important;
485485
}
486486

487-
.children__7bffb .a22cb0c66246f5d3-critical-secondary::before {
487+
.children__7bffb .critical-secondary_a22cb0::before {
488488
content: "Delete";
489489
position: absolute;
490490
font-size: 14px !important;
491491
}
492492

493493

494-
html.theme-dark .children__7bffb .buttonContainer__6ca73 .a22cb0c66246f5d3-critical-primary {
494+
html.theme-dark .children__7bffb .buttonContainer__6ca73 .critical-primary_a22cb0 {
495495
color: rgb(255, 255, 255) !important;
496496
background-color: rgb(58, 58, 58) !important;
497497
}
498498

499-
html.theme-dark .children__7bffb .buttonContainer__6ca73 .a22cb0c66246f5d3-critical-secondary {
499+
html.theme-dark .children__7bffb .buttonContainer__6ca73 .critical-secondary_a22cb0 {
500500
color: rgb(255, 255, 255) !important;
501501
background-color: rgb(58, 58, 58) !important;
502502
}
503503

504-
html.theme-dark .children__7bffb .buttonContainer__6ca73 .a22cb0c66246f5d3-critical-primary:hover {
504+
html.theme-dark .children__7bffb .buttonContainer__6ca73 .critical-primary_a22cb0:hover {
505505
background-color: rgb(229, 46, 46) !important;
506506
color: rgb(37, 37, 37) !important;
507507
transform: translateY(-7px);
508508
}
509509

510-
html.theme-dark .children__7bffb .buttonContainer__6ca73 .a22cb0c66246f5d3-critical-secondary:hover {
510+
html.theme-dark .children__7bffb .buttonContainer__6ca73 .critical-secondary_a22cb0:hover {
511511
background-color: rgb(229, 46, 46) !important;
512512
color: rgb(37, 37, 37) !important;
513513
transform: translateY(-7px);
514514
}
515515

516-
html.theme-light .children__7bffb .buttonContainer__6ca73 .a22cb0c66246f5d3-critical-primary:hover {
516+
html.theme-light .children__7bffb .buttonContainer__6ca73 .critical-primary_a22cb0:hover {
517517
background-color: rgb(255, 129, 129) !important;
518518
color: rgb(255, 255, 255) !important;
519519
transform: translateY(-7px);
520520
}
521521

522-
html.theme-light .children__7bffb .buttonContainer__6ca73 .a22cb0c66246f5d3-critical-secondary:hover {
522+
html.theme-light .children__7bffb .buttonContainer__6ca73 .critical-secondary_a22cb0:hover {
523523
background-color: rgb(255, 129, 129) !important;
524524
color: rgb(255, 255, 255) !important;
525525
transform: translateY(-7px);
526526
}
527527

528-
.children__7bffb .buttonContainer__6ca73 .a22cb0c66246f5d3-critical-primary:hover, .children__7bffb .buttonContainer__6ca73 .a22cb0c66246f5d3-critical-secondary:hover {
528+
.children__7bffb .buttonContainer__6ca73 .critical-primary_a22cb0:hover, .children__7bffb .buttonContainer__6ca73 .critical-secondary_a22cb0:hover {
529529
box-shadow: 0px 15px 20px rgba(229, 46, 46, 0.4);
530530
}
531531

0 commit comments

Comments
 (0)