Use thinner chevron for network, adjust placement

This commit is contained in:
J. Ryan Stinnett 2020-07-31 18:15:51 +01:00
parent 805b8f5299
commit 1a33104877
2 changed files with 7 additions and 4 deletions

View file

@ -145,14 +145,14 @@ limitations under the License.
&::after {
content: "";
position: absolute;
width: 24px;
height: 24px;
right: -26.5px; // - (width: 24 + spacing to align with X above: 2.5)
width: 26px;
height: 26px;
right: -27.5px; // - (width: 26 + spacing to align with X above: 1.5)
top: -3px;
mask-repeat: no-repeat;
mask-position: center;
mask-size: contain;
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
mask-image: url('$(res)/img/feather-customised/chevron-down-thin.svg');
background-color: $primary-fg-color;
}