Skip to content

Commit

Permalink
refactor: fix browser select
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabir-Ivan committed Jul 12, 2024
1 parent b037f25 commit abad3fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/static/components/controls/browser-list/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const BrowserList = ({available, onChange, selected: selectedProp}) => {

return (
<Select
disablePortal
value={selected}
options={options}
multiple={true}
Expand Down
7 changes: 4 additions & 3 deletions lib/static/components/controls/browser-list/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
.action-button
opacity 0

.browserlist__row:hover
.action-button
opacity 1
.g-select-list__option:hover
.browserlist__row
.action-button
opacity 1

.browserlist__popup
.g-select-list__option
Expand Down

0 comments on commit abad3fc

Please sign in to comment.