// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. // For licensing, see LICENSE.md or http://ckeditor.com/license @mixin ck-editor-toolbar { // Toolbars should not react to ck-rounded-corners() mixin. border-radius: 0; .ck-button { border-width: 0; &:not(:hover):not(:focus):not(.ck-on), &.ck-disabled { background: ck-color( 'foreground' ); } &.ck-on { @include ck-button-colors( 'foreground', -10 ); } } .ck-dropdown__button { border-width: 1px; &:not(:hover):not(:focus):not(.ck-on) { background: ck-color( 'background' ); } } }