Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Fix some emoji's resizing incorrectly on hover #582

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix some emoji's resizing incorrectly on hover
  • Loading branch information
HanPrower committed Oct 18, 2017
commit e19847c4f24e603059a968cae7be87e6c46cb62f
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@
color: #FFF;
}
.bda-dark .emoji-picker .scroller .emoji-item.selected {
background: rgba(123, 123, 123, 0.37);
background-color: rgba(123, 123, 123, 0.37);
}
.bda-dark .emoji-picker .dimmer.visible {
background-color: rgba(62, 62, 62, 0.65);
Expand Down