From 1811f33daa4040f08dc7f96e06e69b73552111ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 27 Aug 2014 14:22:31 +0200 Subject: [PATCH] Fix an style error with the header of US points table --- app/styles/modules/admin/project-values.scss | 22 ++++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/app/styles/modules/admin/project-values.scss b/app/styles/modules/admin/project-values.scss index 685d086b..1c1f8571 100644 --- a/app/styles/modules/admin/project-values.scss +++ b/app/styles/modules/admin/project-values.scss @@ -2,15 +2,6 @@ @include table-flex(stretch, center, flex, row, wrap, center); border-bottom: 1px solid $whitish; padding: 1rem; - &:hover { - @include transition (background .2s ease-in); - background: lighten($green-taiga, 60%); - cursor: move; - .icon { - @include transition (opacity .2s ease-in); - opacity: 1; - } - } div { margin-left: 1rem; position: relative; @@ -30,6 +21,19 @@ @extend %bold; border-bottom: 2px solid $gray-light; } +.project-values-body { + .project-values-row { + &:hover { + @include transition (background .2s ease-in); + background: lighten($green-taiga, 60%); + cursor: move; + .icon { + @include transition (opacity .2s ease-in); + opacity: 1; + } + } + } +} .project-values-name { @include table-flex-child(3, 0, 0);