From ecdf96c58851396bda21722990c6278ed86e337e Mon Sep 17 00:00:00 2001 From: Eric Lippmann <eric.lippmann@icinga.com> Date: Wed, 16 Nov 2016 14:16:09 +0100 Subject: [PATCH] CSS: Fix typo in mixins.less --- public/css/icinga/mixins.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/mixins.less b/public/css/icinga/mixins.less index 4b8064339..48b7d1839 100644 --- a/public/css/icinga/mixins.less +++ b/public/css/icinga/mixins.less @@ -16,7 +16,7 @@ outline: none; padding: @vertical-padding @horizontal-padding; - // Transition mixin does not work w/ comma-separated transistions + // Transition mixin does not work w/ comma-separated transitions -webkit-transition: background 0.3s ease, color 0.3s ease; -moz-transition: background 0.3s ease, color 0.3s ease; -o-transition: background 0.3s ease, color 0.3s ease;