From 974c3d0e33d3a418ffb7a29d1e3eac0f69f2a165 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Thu, 24 Jan 2019 10:14:05 +0000 Subject: [PATCH] remove unused rules --- opentech/static_src/src/sass/apply/components/_button.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opentech/static_src/src/sass/apply/components/_button.scss b/opentech/static_src/src/sass/apply/components/_button.scss index 706d3ef52..78a45fbb2 100644 --- a/opentech/static_src/src/sass/apply/components/_button.scss +++ b/opentech/static_src/src/sass/apply/components/_button.scss @@ -219,10 +219,9 @@ border: 0; align-items: center; justify-content: flex-start; - max-width: initial; width: auto; transition: opacity $transition; - opacity: 0.7; + opacity: .7; font-weight: $weight--semibold; &:hover { -- GitLab