discourse/plugins/chat/assets/stylesheets/mobile/chat-composer.scss

8 lines
99 B
SCSS

.chat-composer {
&__input {
.ios-device & {
background-color: transparent;
}
}
}