Skip to content

Commit

Permalink
Fixed Material dark theme color bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Nov 8, 2018
1 parent 6362546 commit cd108f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/perspective-viewer/src/less/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@
}

.plugin_information {
color: var(--warning--color, inherit);
display: flex;
flex-direction: row;
justify-content: flex-start;
Expand Down
2 changes: 2 additions & 0 deletions packages/perspective-viewer/src/less/material.dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ perspective-viewer {
#4d342f 70%,
#222222 100%
);

--warning--color: #333;
}
1 change: 1 addition & 0 deletions packages/perspective-viewer/src/less/row.less
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
border: none;
transform-origin: none;
transition: 0;
background: var(--plugin--background, #fff) !important;
}

.awesomplete > ul:before {
Expand Down

0 comments on commit cd108f2

Please sign in to comment.