From 2f3a4f435d44d7ee2942d177f81ca9537f54ea8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Mon, 8 May 2017 11:32:26 +0200 Subject: [PATCH] Fix selector for table dropdown indicator [ci skip] --- app/assets/stylesheets/content/_table.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/content/_table.sass b/app/assets/stylesheets/content/_table.sass index e4e0fd8674..a6a7d8af92 100644 --- a/app/assets/stylesheets/content/_table.sass +++ b/app/assets/stylesheets/content/_table.sass @@ -247,7 +247,8 @@ table.generic-table width: 100% padding-right: 30px - & > .dropdown-indicator +.generic-table--sort-header-outer + .dropdown-indicator width: 1em overflow: visible min-width: 1em @@ -255,7 +256,7 @@ table.generic-table position: relative right: 15px - &:hover > .dropdown-indicator + &:hover .dropdown-indicator visibility: visible .generic-table--no-results-container