Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: use margin instead of border as separator (#1866)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Barnsley <[email protected]>
  • Loading branch information
dated and alexbarnsley authored Apr 1, 2020
1 parent b1d06ee commit 8d727c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/Button/ButtonDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ export default {

<style>
.ButtonDropdown__button--nolabel {
@apply .border-l .rounded-tl-none .rounded-bl-none;
border-left-color: var(--theme-header-text)
@apply .rounded-tl-none .rounded-bl-none;
margin-left: 1px;
}
.ButtonDropdown__list__item button {
@apply .rounded-none;
Expand Down

0 comments on commit 8d727c7

Please sign in to comment.