Revert "FIX: Un-revert the btn class added to the topic post menu"

This reverts commit aa07d23caa615e6b64fb11538205191a47c465a4.
This commit is contained in:
Robin Ward
2017-08-25 23:50:00 -04:00
parent 5d12db1fb5
commit 27b10a709b
2 changed files with 2 additions and 7 deletions

View File

@ -78,5 +78,5 @@ export const ButtonClass = {
export default createWidget('button', ButtonClass); export default createWidget('button', ButtonClass);
createWidget('flat-button', jQuery.extend(ButtonClass, { createWidget('flat-button', jQuery.extend(ButtonClass, {
tagName: 'button.widget-button.btn.btn-flat' tagName: 'button.widget-button.btn-flat'
})); }));

View File

@ -119,11 +119,6 @@ nav.post-controls {
margin-right: 5px; margin-right: 5px;
} }
.btn:disabled {
background: transparent;
cursor: default;
}
button { button {
font-size: 1.143em; font-size: 1.143em;
padding: 8px 10px; padding: 8px 10px;
@ -132,7 +127,7 @@ nav.post-controls {
border: none; border: none;
margin-left: 3px; margin-left: 3px;
&.d-hover, &:hover { &.d-hover {
background: $primary-low; background: $primary-low;
color: $primary; color: $primary;
} }