Skip to content

Commit

Permalink
Fixed the issue mentioned in ckyycc/ngx-hana-nameserver-history-viewer#9
Browse files Browse the repository at this point in the history
  • Loading branch information
ckyycc committed Feb 11, 2021
1 parent f28e415 commit 875bb69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ngx-dropdown-list/anchor/anchor.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ $placeHolderColor: #999;
-webkit-filter: opacity(50%);
filter: opacity(50%);
&:after {
font-size: 12px;
content: '\0023F7'; //'⏷'
font-size: 9px;
content: '\0025BC'; //-- middle size doesn't work on macOs '\0023F7'; //'⏷'
right: 10px;
@extend .vertical-center;
padding-bottom: 3px;
Expand All @@ -65,8 +65,8 @@ $placeHolderColor: #999;
border-bottom-left-radius: 0;
border-color: $activeBorderColor;
&:after {
font-size: 12px;
content: "\0023F6"; //'⏶'
font-size: 9px;
content: '\0025B2'; //'▲'; -- middle size doesn't work on macOs '⏶'; //"\0023F6";
right: 10px;
@extend .vertical-center;
padding-bottom: 3px;
Expand All @@ -79,8 +79,8 @@ $placeHolderColor: #999;
@extend .hover-box;
}
&:after {
font-size: 12px;
content: '\0023F7'; //'⏷'
font-size: 9px;
content: '\0025BC'; //'▼'; -- middle size doesn't work on macOs '⏷'; //'\0023F7';
right: 10px;
@extend .vertical-center;
padding-bottom: 3px;
Expand Down

0 comments on commit 875bb69

Please sign in to comment.