Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
search button border color (#1197)
Browse files Browse the repository at this point in the history
* search button border color

* removing screenshots with search fields
  • Loading branch information
Blackbaud-ToddRoberts authored and Blackbaud-PaulCrowder committed Oct 13, 2017
1 parent 2389eef commit 4e82ff9
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/modules/search/search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
border-left: none;
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
@include sky-border(light, top, bottom, right);
@include sky-border(dark, top, bottom, right);
}
.sky-btn.sky-search-btn-clear {
border-right: none;
border-left: none;
@include sky-border(light, top, bottom);
@include sky-border(dark, top, bottom);
}
}

Expand Down

0 comments on commit 4e82ff9

Please sign in to comment.