Chris@0: /** Chris@0: * @file Chris@0: * Styling for contextual module icons. Chris@0: */ Chris@0: Chris@0: /** Chris@0: * Toolbar tab icon. Chris@0: */ Chris@0: .toolbar-bar .toolbar-icon-edit:before { Chris@0: background-image: url(../../../misc/icons/bebebe/pencil.svg); Chris@0: } Chris@0: .toolbar-bar .toolbar-icon-edit:active:before, Chris@0: .toolbar-bar .toolbar-icon-edit.is-active:before { Chris@0: background-image: url(../../../misc/icons/ffffff/pencil.svg); Chris@0: } Chris@0: Chris@0: /** Chris@0: * Contextual trigger. Chris@0: */ Chris@0: .contextual .trigger { Chris@18: /* Override the .focusable height: auto */ Chris@18: width: 26px !important; Chris@0: /* Override the .focusable height: auto */ Chris@0: height: 26px !important; Chris@0: text-indent: -9999px; Chris@18: background-image: url(../../../misc/icons/bebebe/pencil.svg); Chris@18: background-repeat: no-repeat; Chris@18: background-position: center center; Chris@18: background-size: 16px 16px; Chris@0: } Chris@0: Chris@0: .contextual .trigger:hover { Chris@0: background-image: url(../../../misc/icons/787878/pencil.svg); Chris@0: } Chris@0: Chris@0: .contextual .trigger:focus { Chris@18: outline: none; Chris@0: background-image: url(../../../misc/icons/5181c6/pencil.svg); Chris@0: }