mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
tweaks to copy and styles
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<div class='section' data-section='recent'>
|
||||
<div class='section-header'>
|
||||
<span class="title">{{i18n 'emoji_picker.recent'}}</span>
|
||||
<a href='#' class='clear-recent btn btn-default'>{{fa-icon 'trash'}}</a>
|
||||
<a href='#' class='clear-recent'>{{fa-icon 'trash'}}</a>
|
||||
</div>
|
||||
<div class='section-group'></div>
|
||||
</div>
|
||||
|
||||
@@ -68,6 +68,12 @@
|
||||
|
||||
.emoji-picker .section-header .clear-recent .fa{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: dark-light-choose(scale-color($header_primary, $lightness: 50%), $header_primary);
|
||||
|
||||
&:hover {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
.emoji-picker .section-group {
|
||||
@@ -171,7 +177,7 @@ body img.emoji {
|
||||
}
|
||||
|
||||
.emoji-picker .filter .fa.fa-search {
|
||||
color: $primary;
|
||||
color: dark-light-choose(scale-color($header_primary, $lightness: 50%), $header_primary);
|
||||
font-size: 16px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
|
||||
Reference in New Issue
Block a user