From 875bb699864d5d692fd983cefc3c83a9399cdc26 Mon Sep 17 00:00:00 2001 From: Kuang Cheng Date: Wed, 10 Feb 2021 18:41:26 -0800 Subject: [PATCH] Fixed the issue mentioned in ckyycc/ngx-hana-nameserver-history-viewer#9 --- src/ngx-dropdown-list/anchor/anchor.component.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ngx-dropdown-list/anchor/anchor.component.scss b/src/ngx-dropdown-list/anchor/anchor.component.scss index 60ffd87..e8c37b3 100644 --- a/src/ngx-dropdown-list/anchor/anchor.component.scss +++ b/src/ngx-dropdown-list/anchor/anchor.component.scss @@ -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; @@ -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; @@ -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;