Merge remote-tracking branch 'origin/react' into react-ui-updates
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
:root {
|
||||
--foregroundColor: #555;
|
||||
--backgroundColor: rgba(245, 245, 245, 0.98);
|
||||
--foregroundColor: #fff;
|
||||
--backgroundColor: #272e30;
|
||||
--textFieldBorderColor: #e7e7e7;
|
||||
--highlightFGColor: #444;
|
||||
--highlightBGColor: #d2dee4;
|
||||
--highlightFGColor: #fff;
|
||||
--highlightBGColor: #3ab7a5;
|
||||
}
|
||||
|
||||
.root {
|
||||
@ -30,6 +30,7 @@
|
||||
white-space: nowrap;
|
||||
vertical-align: middle;
|
||||
border-right: 1px solid var(--textFieldBorderColor);
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.inputField {
|
||||
|
Reference in New Issue
Block a user