Skip to content

Commit 9244be3

Browse files
Merge main into feature/model-selection
2 parents 9ab5ae1 + 5335ed8 commit 9244be3

File tree

1 file changed

+8
-0
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview

1 file changed

+8
-0
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/Browser.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,14 @@ class Browser(parent: Disposable, private val webUri: URI, val project: Project)
221221
box-shadow: none !important;
222222
border-radius: 0 !important;
223223
}
224+
select.mynah-form-input {
225+
-webkit-appearance: menulist !important;
226+
appearance: menulist !important;
227+
padding: 0 !important;
228+
}
229+
.mynah-select-handle {
230+
visibility: hidden;
231+
}
224232
.mynah-ui-spinner-container > span.mynah-ui-spinner-logo-part > .mynah-ui-spinner-logo-mask.text {
225233
will-change: transform !important;
226234
transform: translateZ(0) !important;

0 commit comments

Comments
 (0)