diff options
Diffstat (limited to 'resources/assets/themes')
-rw-r--r-- | resources/assets/themes/base.less | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/resources/assets/themes/base.less b/resources/assets/themes/base.less index 254f5a09..74dadc11 100644 --- a/resources/assets/themes/base.less +++ b/resources/assets/themes/base.less @@ -196,29 +196,15 @@ table a > .icon-icon_angel { z-index: 0; overflow: hidden; position: relative; - border-bottom-width: 1px; - border-bottom-style: dashed; + 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%; } } } |