Skip to content

Commit 4a3911b

Browse files
committed
Fixed styling for server dropdown selector
1 parent 2f9c3dd commit 4a3911b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/assets/stylesheets/swagger-ui.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/stylesheets/swagger-ui.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/style/_servers.scss

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
min-width: 130px;
1414
max-width: 100%;
1515
width: 100%;
16+
border-color: $response-content-type-controls-accept-header-select-border-color;
17+
border-width: 0;
18+
box-shadow: none;
19+
color: rgba(226, 228, 233, 0.82);
20+
background: rgba(255,255,255,0.05)
21+
url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path style="fill: rgba(226, 228, 233, 0.82);" d="M13.418 7.859c.271-.268.709-.268.978 0 .27.268.272.701 0 .969l-3.908 3.83c-.27.268-.707.268-.979 0l-3.908-3.83c-.27-.267-.27-.701 0-.969.271-.268.709-.268.978 0L10 11l3.418-3.141z"/></svg>')
22+
right 10px center no-repeat;
1623
}
1724
}
1825

0 commit comments

Comments
 (0)