Skip to content

Commit 262ca47

Browse files
authored
Merge pull request #381 from nextcloud/design/variables
Use variables to fix style and dark theme issue, fix #380
2 parents efcb55e + 8f723bb commit 262ca47

4 files changed

Lines changed: 5 additions & 14 deletions

File tree

build/main.css

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/main.css.map

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

css/app.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@
2828
}
2929

3030
.highlight-enter {
31-
background-color: orange;
31+
background-color: var(--color-warning);
3232
}
3333

3434
.highlight-enter.highlight-enter-active {
3535
background-color: var(--color-main-background);
3636
transition: background 1500ms ease-in;
3737
}
38-

js/Components/LogTable.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,9 @@
140140
tr.empty td {
141141
border-bottom: none;
142142
}
143-
tr.empty td:hover {
144-
background-color: white;
145-
}
146143

147144
tr.highlight {
148-
background-color: var(--color-background-dark);
145+
background-color: var(--color-background-hover);
149146
}
150147
}
151148

0 commit comments

Comments
 (0)