Skip to content

Commit acbc048

Browse files
committed
Move table bg color to github theme
1 parent d1cbb3d commit acbc048

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

css/layouts/home.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@
130130

131131

132132
#home .files.table {
133-
background-color: #F8F8F8;
134133
color: #888888;
135134
}
136135

css/ui/components/table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/* Prototype */
1919
.ui.table {
2020
width: 100%;
21-
background: #ffffff;
21+
background: #f8f8f8;
2222
margin: 1em 0em;
2323
border: 1px solid rgba(0, 0, 0, 0.13);
2424
box-shadow: none;

css/ui/components/table.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.

css/ui/semantic.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20606,7 +20606,7 @@ Floated Menu / Item
2060620606

2060720607
.ui.table {
2060820608
width: 100%;
20609-
background: #ffffff;
20609+
background: #f8f8f8;
2061020610
margin: 1em 0em;
2061120611
border: 1px solid rgba(0, 0, 0, 0.13);
2061220612
box-shadow: none;
@@ -31033,7 +31033,7 @@ html.ios body {
3103331033

3103431034
.ui.table {
3103531035
width: 100%;
31036-
background: #ffffff;
31036+
background: #f8f8f8;
3103731037
margin: 1em 0em;
3103831038
border: 1px solid rgba(0, 0, 0, 0.13);
3103931039
box-shadow: none;

css/ui/semantic.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.

semantic/src/themes/github/collections/table.variables

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
User Variable Overrides
33
*******************************/
44

5+
@background: #F8F8F8;
6+
57
@cellVerticalPadding: @relative6px;
68
@cellHorizontalPadding: @relative8px;

0 commit comments

Comments
 (0)