Skip to content

Commit e061135

Browse files
Revert "style: merge"
This reverts commit c20f930.
1 parent c20f930 commit e061135

File tree

2 files changed

+16
-74
lines changed

2 files changed

+16
-74
lines changed

src/pages/background/lib/migrateSyncStorage.ts

-58
This file was deleted.

src/views/components/injected/TableRow/TableRow.module.scss

+16-16
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
.row {
44
> td:first-child {
5-
padding-left: 12px;
6-
padding-top: 0;
7-
padding-bottom: 0;
5+
padding-left: 12px !important;
6+
padding-top: 0 !important;
7+
padding-bottom: 0 !important;
88
}
99

1010
> td:last-child {
11-
padding-right: 12px;
12-
padding-top: 0;
13-
padding-bottom: 0;
11+
padding-right: 12px !important;
12+
padding-top: 0 !important;
13+
padding-bottom: 0 !important;
1414
}
1515

1616
> * {
@@ -31,9 +31,9 @@
3131
border-radius: 0px 5px 5px 0px;
3232
opacity: 0.5;
3333
div {
34-
color: white;
35-
text-decoration: none;
36-
font-weight: normal;
34+
color: white !important;
35+
text-decoration: none !important;
36+
font-weight: normal !important;
3737
}
3838
}
3939
}
@@ -61,20 +61,20 @@
6161

6262
.selectedRow {
6363
> * {
64-
background: colors.$burnt_orange;
65-
color: white;
66-
box-shadow: none;
64+
background: colors.$burnt_orange !important;
65+
color: white !important;
66+
box-shadow: none !important;
6767
}
6868
.rowButton {
69-
background: colors.$burnt_orange;
70-
box-shadow: none;
69+
background: colors.$burnt_orange !important;
70+
box-shadow: none !important;
7171
}
7272
}
7373

7474
.inActiveSchedule {
7575
> *:not(td:last-child) {
76-
color: colors.$turtle_pond;
77-
font-weight: bold;
76+
color: colors.$turtle_pond !important;
77+
font-weight: bold !important;
7878
}
7979
}
8080

0 commit comments

Comments
 (0)