From b1f04d9af6ec5b02fb16331071641a114fd0422b Mon Sep 17 00:00:00 2001 From: Maxim Ugnichenko Date: Fri, 3 Mar 2017 17:35:28 +0200 Subject: [PATCH] fix(styling-local): fix tooltip arrow styles --- .../components/+tooltip/demos/styling-local/styling-local.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/app/components/+tooltip/demos/styling-local/styling-local.ts b/demo/src/app/components/+tooltip/demos/styling-local/styling-local.ts index e61ade9577..4fab53e64b 100644 --- a/demo/src/app/components/+tooltip/demos/styling-local/styling-local.ts +++ b/demo/src/app/components/+tooltip/demos/styling-local/styling-local.ts @@ -10,7 +10,7 @@ import { Component } from '@angular/core'; color: #fff; } :host >>> .tooltip .tooltip-arrow { - border-top-color: #009688; + border-bottom-color: #009688; } `] })