0
0
Fork 0

Replace TextIconButton for SensitiveButton to IconButton (#3759)

* Replace TextIconButton for SensitiveButton to IconButton

* line-height
This commit is contained in:
Yamagishi Kazutoshi 2017-06-21 02:43:09 +09:00 committed by Eugen Rochko
parent b16b69350e
commit eb832e88f4
2 changed files with 34 additions and 6 deletions

View file

@ -306,6 +306,18 @@
line-height: 27px;
}
.compose-form__sensitive-button {
display: none;
&.compose-form__sensitive-button--visible {
display: block;
}
.compose-form__sensitive-button__icon {
line-height: 27px;
}
}
.compose-form__upload-wrapper {
overflow: hidden;
}