mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 18:43:44 +08:00
f29f131387
- using BEM notation - making animation linear instead of default ease - small tweaks to composer state (disabled/send-disabled/send-enabled) - fixing bug with disabled composer on mobile
12 lines
135 B
SCSS
12 lines
135 B
SCSS
.chat-composer {
|
|
&__wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
&__input {
|
|
.ios-device & {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|