From a1545a688e75422ef13249131363581483494d16 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Fri, 23 Mar 2018 11:16:41 +0000 Subject: [PATCH] Make resizers lighter; make chevron smaller; hide ellipsis when panes are collapsed. --- services/web/public/stylesheets/app/editor.less | 7 +++++-- services/web/public/stylesheets/core/ol-variables.less | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 569ce2fe7b..791ecaffa5 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -320,6 +320,9 @@ background-image: linear-gradient(90deg, @editor-resizer-bg-color, @editor-resizer-bg-color); + &::after { + content: none; + } } &::before, @@ -370,7 +373,7 @@ top: 50%; z-index: 6; background-color: @editor-toggler-bg-color; - + &:hover, &:focus { outline: none; @@ -391,7 +394,7 @@ font-family: FontAwesome; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - font-size: 75%; + font-size: 65%; font-weight: bold; color: #FFF; user-select: none; diff --git a/services/web/public/stylesheets/core/ol-variables.less b/services/web/public/stylesheets/core/ol-variables.less index 9699f25f41..48499a3609 100644 --- a/services/web/public/stylesheets/core/ol-variables.less +++ b/services/web/public/stylesheets/core/ol-variables.less @@ -227,7 +227,7 @@ @file-tree-droppable-bg-color : tint(@ol-green, 5%); // Editor resizers -@editor-resizer-bg-color : @ol-blue-gray-6; +@editor-resizer-bg-color : @ol-blue-gray-5; @editor-resizer-bg-color-dragging : transparent; @editor-toggler-bg-color : darken(@ol-blue-gray-2, 15%); @editor-toggler-hover-bg-color : @ol-green;