We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce819b commit eec9028Copy full SHA for eec9028
src/Styles.js
@@ -116,25 +116,11 @@ export default css`
116
text-decoration: none;
117
}
118
119
- .method-label-with-icon {
120
- display: inline-flex;
121
- align-items: center;
122
- justify-content: space-between;
123
- }
124
-
125
.method-label:hover,
126
.method-label:focus {
127
text-decoration: underline;
128
129
130
- .method-icon {
131
132
- width: 14px;
133
- height: 14px;
134
- padding-left: 3px;
135
- padding-bottom: 2px;
136
- padding-left: 7px;
137
138
139
.endpoint-path {
140
display: block;
0 commit comments