Skip to content

Commit 2ffd84a

Browse files
committed
Removing unwanted changes
1 parent 9bff301 commit 2ffd84a

3 files changed

Lines changed: 2 additions & 63 deletions

File tree

src/Common/Markdown/MarkDown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const MarkDown = ({
8080
`
8181

8282
renderer.heading = ({ text, depth }: Tokens.Heading) => {
83-
// Alternative debugging - add to window object
8483
const escapedText = disableEscapedText ? '' : text.toLowerCase().replace(/[^\w]+/g, '-')
8584

8685
return `

src/Common/Markdown/markdown.scss

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -77,62 +77,4 @@
7777
a.anchor {
7878
color: var(--N900);
7979
}
80-
h1, h2, h3, h4, h5, h6 .header-link {
81-
color: #000a14 !important;
82-
font-size: 15px !important;
83-
font-family: Open Sans !important;
84-
font-weight: 600 !important;
85-
line-height: 20px !important;
86-
word-wrap: break-word !important;
87-
}
88-
}
89-
90-
// custom styles
91-
.markdown {
92-
// Title styles
93-
h1, h2, h3, h4, h5, h6 {
94-
&.header-link {
95-
color: #000a14 !important;
96-
font-size: 15px !important;
97-
font-family: Open Sans !important;
98-
font-weight: 600 !important;
99-
line-height: 20px !important;
100-
word-wrap: break-word !important;
101-
}
102-
}
103-
104-
// Description styles
105-
.md-description {
106-
font-size: 14px;
107-
line-height: 1.6;
108-
color: var(--N700);
109-
margin-bottom: 20px;
110-
}
111-
112-
// List styles
113-
ul.md-list {
114-
margin: 12px 0;
115-
padding-left: 24px;
116-
117-
li {
118-
color: var(--neutral-N900, #F8F8F9);
119-
font-size: 13px;
120-
font-family: Open Sans;
121-
font-weight: 400;
122-
line-height: 20px;
123-
word-wrap: break-word;
124-
125-
&::marker {
126-
color: var(--N400);
127-
}
128-
}
129-
}
130-
131-
// Nested list styles
132-
ul.md-list ul {
133-
margin: 8px 0;
134-
}
135-
ol {
136-
padding-left: 15px;
137-
}
13880
}

src/Shared/Components/Icon/Icon.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,10 @@ import { ReactComponent as ICPriorityHighFill } from '@IconsV2/ic-priority-high-
220220
import { ReactComponent as ICPriorityLowFill } from '@IconsV2/ic-priority-low-fill.svg'
221221
import { ReactComponent as ICPriorityMediumFill } from '@IconsV2/ic-priority-medium-fill.svg'
222222
import { ReactComponent as ICPriorityUrgentFill } from '@IconsV2/ic-priority-urgent-fill.svg'
223-
import { ReactComponent as ICPriorityMediumFill } from '@IconsV2/ic-priority-medium-fill.svg'
224223
import { ReactComponent as ICQuay } from '@IconsV2/ic-quay.svg'
225224
import { ReactComponent as ICQuote } from '@IconsV2/ic-quote.svg'
226-
import { ReactComponent as ICRedBulb } from '@IconsV2/ic-red-bulb.svg'
227225
import { ReactComponent as ICRatings } from '@IconsV2/ic-ratings.svg'
226+
import { ReactComponent as ICRedBulb } from '@IconsV2/ic-red-bulb.svg'
228227
import { ReactComponent as ICResizeHandle } from '@IconsV2/ic-resize-handle.svg'
229228
import { ReactComponent as ICRightPanelCollapse } from '@IconsV2/ic-right-panel-collapse.svg'
230229
import { ReactComponent as ICRocketGear } from '@IconsV2/ic-rocket-gear.svg'
@@ -514,11 +513,10 @@ export const iconMap = {
514513
'ic-priority-low-fill': ICPriorityLowFill,
515514
'ic-priority-medium-fill': ICPriorityMediumFill,
516515
'ic-priority-urgent-fill': ICPriorityUrgentFill,
517-
'ic-priority-medium-fill': ICPriorityMediumFill,
518516
'ic-quay': ICQuay,
519517
'ic-quote': ICQuote,
520-
'ic-red-bulb': ICRedBulb,
521518
'ic-ratings': ICRatings,
519+
'ic-red-bulb': ICRedBulb,
522520
'ic-resize-handle': ICResizeHandle,
523521
'ic-right-panel-collapse': ICRightPanelCollapse,
524522
'ic-rocket-gear': ICRocketGear,

0 commit comments

Comments
 (0)