File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
packages/docusaurus-theme-openapi-docs/src/theme/ApiDemoPanel/CodeTabs Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 209
209
}
210
210
}
211
211
212
+ .language-powershell {
213
+ max-height : 500px ;
214
+ overflow : auto ;
215
+ }
216
+
217
+ .openapi-tabs__code-item--powershell {
218
+ color : var (--ifm-color-info );
219
+
220
+ & ::after {
221
+ content : " " ;
222
+ width : 28px ;
223
+ height : 28px ;
224
+ background : url (" https://raw.githubusercontent.com/devicons/devicon/master/icons/windows8/windows8-original.svg" );
225
+ margin-block : auto ;
226
+ }
227
+
228
+ & .active {
229
+ border-bottom-color : var (--ifm-color-success );
230
+ background-color : var (--ifm-color-emphasis-100 );
231
+ }
232
+ }
233
+
212
234
@media only screen and (min-width : 768px ) and (max-width : 996px ) {
213
235
.openapi-tabs__code-list {
214
236
justify-content : space-around ;
You can’t perform that action at this time.
0 commit comments