mention-customization.html 427 B

12345678910111213141516171819202122
  1. <div id="snippet-mention-customization">
  2. <p>Hello <a class="mention" data-mention="@tdog" data-user-id="5" href="https://www.imdb.com/title/tt0460649/characters/nm1102140">@tdog</a>!</p>
  3. </div>
  4. <style>
  5. .custom-item {
  6. display: block;
  7. padding: 1em;
  8. }
  9. .custom-item.ck-on {
  10. color: white;
  11. }
  12. .custom-item .custom-item-username {
  13. color: #666;
  14. }
  15. .custom-item.ck-on .custom-item-username{
  16. color: #ddd;
  17. }
  18. </style>