Skip to content

Commit 010c0cb

Browse files
committed
refactor: use native Bootstrap select for AI settings dropdown
1 parent c5056d6 commit 010c0cb

1 file changed

Lines changed: 1 addition & 44 deletions

File tree

src/styles/Extn-AIChatPanel.less

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,52 +1631,9 @@
16311631
}
16321632
}
16331633

1634-
.ai-settings-select-wrapper {
1635-
position: relative;
1636-
}
1637-
16381634
.ai-settings-active-select {
16391635
width: 100%;
1640-
box-sizing: border-box;
1641-
padding: 6px 28px 6px 10px;
1642-
height: 30px;
1643-
border: 1px solid @bc-panel-border;
1644-
border-radius: @bc-border-radius;
1645-
background: @bc-input-bg;
1646-
color: @bc-text;
1647-
font-size: 13px;
1648-
outline: none;
1649-
appearance: none;
1650-
-webkit-appearance: none;
1651-
cursor: pointer;
1652-
1653-
&:focus {
1654-
border-color: @bc-btn-border-focused;
1655-
}
1656-
1657-
.dark & {
1658-
border-color: @dark-bc-panel-border;
1659-
background: @dark-bc-input-bg;
1660-
color: @dark-bc-text;
1661-
1662-
&:focus {
1663-
border-color: @dark-bc-btn-border-focused;
1664-
}
1665-
}
1666-
}
1667-
1668-
.ai-settings-select-arrow {
1669-
position: absolute;
1670-
right: 10px;
1671-
top: 10px;
1672-
font-size: 10px;
1673-
line-height: 1;
1674-
color: @bc-text-quiet;
1675-
pointer-events: none;
1676-
1677-
.dark & {
1678-
color: @dark-bc-text-quiet;
1679-
}
1636+
line-height: normal;
16801637
}
16811638

16821639
.ai-settings-divider {

0 commit comments

Comments
 (0)