Skip to content

Commit eec9028

Browse files
committed
Refactor Styles.js by removing unused styles for method labels and icons, streamlining the CSS for improved maintainability.
1 parent 4ce819b commit eec9028

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Styles.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -116,25 +116,11 @@ export default css`
116116
text-decoration: none;
117117
}
118118
119-
.method-label-with-icon {
120-
display: inline-flex;
121-
align-items: center;
122-
justify-content: space-between;
123-
}
124-
125119
.method-label:hover,
126120
.method-label:focus {
127121
text-decoration: underline;
128122
}
129123
130-
.method-icon {
131-
display: inline-flex;
132-
width: 14px;
133-
height: 14px;
134-
padding-left: 3px;
135-
padding-bottom: 2px;
136-
padding-left: 7px;
137-
}
138124
139125
.endpoint-path {
140126
display: block;

0 commit comments

Comments
 (0)