From 01395f4ecafa73b56ad4f920a8936f2dcca916f4 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 24 Jul 2014 16:32:27 +1000 Subject: [PATCH] Adjust active table styles to be a bit more generic --- app/assets/stylesheets/darkswarm/active_table.css.sass | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/active_table.css.sass b/app/assets/stylesheets/darkswarm/active_table.css.sass index a08f2c794b..f8452f29f5 100644 --- a/app/assets/stylesheets/darkswarm/active_table.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table.css.sass @@ -11,8 +11,8 @@ @include user-select(none) .active_table_row display: block + cursor: pointer &:first-child - cursor: pointer padding: 1rem 0 .active_table .active_table_node @@ -21,6 +21,11 @@ .active_table_row // Inherits from active_table border: 1px solid transparent + + // Foundation overrides + margin-left: 0 + margin-right: 0 + &, & > a.row display: block @@ -33,8 +38,6 @@ border-left: 1px solid $dark-grey border-right: 1px solid $dark-grey border-bottom: none - -webkit-box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5) - box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.5) background-color: rgba(0,0,0,0.15) &:hover, &:active, &:focus color: $dark-grey