From eec1eff65b8298037eae7bb25112dd98a766836a Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 20 Oct 2019 14:54:00 +0200 Subject: Shifts overview: Style cleanup --- resources/assets/themes/base.less | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'resources') diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less index cf0df683..74dadc11 100644 --- a/resources/assets/themes/base.less +++ b/resources/assets/themes/base.less @@ -196,27 +196,15 @@ table a > .icon-icon_angel { z-index: 0; overflow: hidden; position: relative; + margin: 0 5px 5px 0; &:hover { overflow: visible; z-index: 100; - border: none; - - .shift { - z-index: 100; - } } - } - - .shift { - margin: 0 5px 5px 0; - position: absolute; - width: 100%; - &:hover { - margin: 0 5px 5px 0; - position: absolute; - width: 100%; + .shift { + min-height: 100%; } } } -- cgit v1.2.3-54-g00ecf