From 9104ab33c3ea32043f2af267a5faa52a4be53f18 Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Wed, 8 Jan 2020 15:49:46 +0200 Subject: [PATCH] distinct button state style (#1296) --- .../dialogs/node-templates/create-from-template.dialog.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/dialogs/node-templates/create-from-template.dialog.scss b/src/app/dialogs/node-templates/create-from-template.dialog.scss index b88024c6e..1cc586b47 100644 --- a/src/app/dialogs/node-templates/create-from-template.dialog.scss +++ b/src/app/dialogs/node-templates/create-from-template.dialog.scss @@ -52,11 +52,11 @@ font-weight: normal; } - .create:disabled { - color: mat-color($primary); + .create[disabled] { + opacity: 0.6; } - .create { + .create:enabled { color: mat-color($accent); } }