Skip to content
Snippets Groups Projects
Unverified Commit d05d33dd authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

Select component style tweaks (#8725)

* match width to trigger

* tweak selected style
parent dca26e08
No related branches found
No related tags found
No related merge requests found
......@@ -55,10 +55,8 @@
}
.ColumnarSelector-row--selected {
color: inherit !important;
color: var(--color-brand);
background: white;
border-top: var(--border-size) var(--border-style) var(--color-border);
border-bottom: var(--border-size) var(--border-style) var(--color-border);
}
.ColumnarSelector-row--disabled {
......
......@@ -57,7 +57,7 @@ class BrowserSelect extends Component {
};
static defaultProps = {
className: "",
width: 320,
width: 300,
height: 320,
rowHeight: 40,
multiple: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment