Skip to content

Commit 9f2e88d

Browse files
committed
Merge
1 parent d0d5f6c commit 9f2e88d

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

packages/webdoc-default-template/src/app/components/Explorer/useExplorerStyles.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ import {makeStyles} from "@material-ui/core/styles";
22

33
const itemStyle = {
44
label: {
5-
alignItems: "center",
6-
display: "flex",
7-
color: "#333333",
8-
fontSize: 12,
9-
height: "24px",
10-
lineHeight: "14px",
5+
alignItems: "center !important",
6+
display: "flex !important",
7+
color: "#333333 !important",
8+
fontSize: "12px !important",
9+
height: "24px !important",
10+
lineHeight: "14px !important",
1111
},
1212
labelLinks: {
13-
color: "#333333",
13+
color: "#333333 !important",
1414
},
1515
iconContainer: {
1616
color: "#333333",
@@ -31,6 +31,6 @@ export const useExplorerCategoryStyles = makeStyles({
3131
...itemStyle,
3232
label: {
3333
...itemStyle.label,
34-
fontWeight: "bold",
34+
fontWeight: "bold !important",
3535
},
3636
});

packages/webdoc-default-template/static/scripts/default-template.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4505,6 +4505,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
45054505

45064506
var itemStyle = {
45074507
label: {
4508+
<<<<<<< Updated upstream
45084509
alignItems: "center",
45094510
display: "flex",
45104511
color: "#333333",
@@ -4514,6 +4515,17 @@ var itemStyle = {
45144515
},
45154516
labelLinks: {
45164517
color: "#333333"
4518+
=======
4519+
alignItems: "center !important",
4520+
display: "flex !important",
4521+
color: "#333333 !important",
4522+
fontSize: "12px !important",
4523+
height: "24px !important",
4524+
lineHeight: "14px !important"
4525+
},
4526+
labelLinks: {
4527+
color: "#333333 !important"
4528+
>>>>>>> Stashed changes
45174529
},
45184530
iconContainer: {
45194531
color: "#333333",
@@ -4530,7 +4542,11 @@ var itemStyle = {
45304542
var useExplorerStyles = styles_makeStyles(itemStyle);
45314543
var useExplorerCategoryStyles = styles_makeStyles(_objectSpread(_objectSpread({}, itemStyle), {}, {
45324544
label: _objectSpread(_objectSpread({}, itemStyle.label), {}, {
4545+
<<<<<<< Updated upstream
45334546
fontWeight: "bold"
4547+
=======
4548+
fontWeight: "bold !important"
4549+
>>>>>>> Stashed changes
45344550
})
45354551
}));
45364552
// CONCATENATED MODULE: /Users/shukantpal/Web Projects/webdoc/common/temp/node_modules/.pnpm/registry.npmjs.org/@material-ui/core/4.11.2_react-dom@16.14.0+react@16.14.0/node_modules/@material-ui/core/esm/Typography/Typography.js

0 commit comments

Comments
 (0)