// Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. // For licensing, see LICENSE.md or http://ckeditor.com/license .ck-list { list-style-type: none; background: ck-color( 'background' ); @include ck-rounded-corners(); &__item { padding: ck-spacing( 'medium' ); cursor: pointer; min-width: 12em; &:hover, &:focus { background: ck-color( 'foreground' ); } &:focus { @include ck-box-shadow( $ck-focus-outer-shadow ); outline: none; } &:last-of-type { border: none; } } }