mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:50:24 +08:00
2308a58113
Example usage: ``` best_emojis: type: emoji_list default: laughing|open_mouth|cry|angry|hugs client: true ```
16 lines
227 B
SCSS
16 lines
227 B
SCSS
.emoji-value-list {
|
|
.value {
|
|
.shift-up-value-btn,
|
|
.shift-down-value-btn {
|
|
display: none;
|
|
}
|
|
|
|
&:hover {
|
|
.shift-up-value-btn,
|
|
.shift-down-value-btn {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|