Skip to content

Commit

Permalink
Fixsed some other minor visual bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed May 11, 2021
1 parent d0aa8f7 commit af4c2f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/macos-big-sur-icons/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<rect id="ToDelete" fill="#ff13dc" opacity="0" width="12" height="12" /><path d="M11.69673,10.28266,7.41406,6l4.28267-4.28266A.9999.9999,0,1,0,10.28266.30327L6,4.58594,1.71734.30327A.9999.9999,0,1,0,.30327,1.71734L4.58594,6,.30327,10.28266a.9999.9999,0,1,0,1.41407,1.41407L6,7.41406l4.28266,4.28267a.9999.9999,0,1,0,1.41407-1.41407Z" />
</svg>

<div class="mobile-hidden" style="top: -25px;">
<div class="mobile-hidden" style="top: -26px;">
<button @click="copySearch" variant="quiet" is="coral-button">
Share search
</button>
Expand Down
10 changes: 9 additions & 1 deletion website/macos-big-sur-icons/src/components/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,15 @@ option[value=""][disabled] {
position: absolute;
right: 110px;
transform: translateY(-50%);
opacity: 0.3;
border: 1px solid;
}

.coral--dark .searchBar-divider{
background-color: var(--coral-dark-border)
}

.coral--light .searchBar-divider{
background-color: var(--coral-light-border)
}

.main-search{
Expand Down

1 comment on commit af4c2f5

@vercel
Copy link

@vercel vercel bot commented on af4c2f5 May 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.