Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Fix non-transparent OcSelect background
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 21, 2022
1 parent f3b1932 commit 9301304
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/bugfix-transparent-ocselect-background
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: OcSelect transparent background

We fixed a non-transparent background in the OcSelect button, leading to visual glitches.

https://github.com/owncloud/owncloud-design-system/issues/2030
https://github.com/owncloud/owncloud-design-system/pull/2036
1 change: 1 addition & 0 deletions src/components/atoms/OcSelect/OcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
:disabled="disabled"
:filter="filter"
class="oc-select"
style="background: transparent"
v-bind="additionalAttributes"
v-on="$listeners"
>
Expand Down

0 comments on commit 9301304

Please sign in to comment.