PLT-6614 - Mentions badge styling and dropdown icon style (#6426)

* Mentions badge styling and dropdown icon style

* PLT-6134 - Fixing emoji picker border in RHS
Этот коммит содержится в:
Asaad Mahmood
2017-05-18 17:57:19 +05:00
коммит произвёл Joram Wilander
родитель 2df5f65f55
Коммит fc58174747
7 изменённых файлов: 27 добавлений и 12 удалений

Просмотреть файл

@@ -40,7 +40,7 @@ export default class TeamButton extends React.Component {
if (this.props.mentions) {
badge = (
<span className='badge pull-right small'>{this.props.mentions}</span>
<span className='mention-badge pull-right small'>{this.props.mentions}</span>
);
}
}