diff --git a/stylesheets/buttons.less b/stylesheets/buttons.less index a53d800..f599517 100644 --- a/stylesheets/buttons.less +++ b/stylesheets/buttons.less @@ -7,13 +7,11 @@ &:hover { - color: @text-color-highlight; - + color: @text-color; } &.selected, &.selected:hover { color: @text-color-highlight; - &:hover { } @@ -29,6 +27,10 @@ .btn { .btn-background(@button-background-color, @button-background-color-hover, @button-background-color-selected, @text-color); + &:active { + box-shadow: none; + -webkit-box-shadow: none; + } } .btn.btn-primary { diff --git a/stylesheets/editor.less b/stylesheets/editor.less index 81b29e7..96ad84a 100644 --- a/stylesheets/editor.less +++ b/stylesheets/editor.less @@ -18,8 +18,7 @@ } .editor.editor-colors.mini.is-focused { - background-color: darken(@editor-background-color, 3%); - .selection .region { background-color: desaturate(@background-color-info, 50%); } + .selection .region { background-color: lighten(@app-background-color, 5%); } transition: background-color 0.1s }