Merge "Provide a 'tool-active' styling for toggle buttons"

This commit is contained in:
jenkins-bot 2018-03-21 23:15:58 +00:00 committed by Gerrit Code Review
commit 8f6a39059e

View file

@ -354,6 +354,13 @@
}
}
.tool-button.tool-active,
.tool.tool-active.oo-ui-buttonElement-frameless.oo-ui-iconElement {
outline: 1px solid #dae5ec;
background-color: #ecf4f9;
box-shadow: inset 0 -10px 10px rgba( 255, 255, 255, 0.4 );
}
.ui-widget {
table {
td.wikieditor-toolbar-table-preview-wrapper {