trumbowyg.specialchars.scss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .trumbowyg-symbol-\&nbsp-dropdown-button {
  2. display: none !important;
  3. }
  4. .trumbowyg-symbol-\&nbsp-dropdown-button + button {
  5. clear: both;
  6. }
  7. .trumbowyg-dropdown-specialChars {
  8. width: 265px;
  9. padding: 7px 0 7px 5px;
  10. height: 200px;
  11. overflow-y: scroll;
  12. overflow-x: hidden;
  13. }
  14. .trumbowyg-dropdown-specialChars svg {
  15. display: none !important;
  16. }
  17. .trumbowyg-dropdown-specialChars button {
  18. display: block;
  19. position: relative;
  20. float: left;
  21. height: 26px;
  22. width: 26px;
  23. padding: 0;
  24. margin: 2px;
  25. line-height: 24px;
  26. text-align: center;
  27. &:hover,
  28. &:focus {
  29. &::after {
  30. display: block;
  31. position: absolute;
  32. top: -5px;
  33. left: -5px;
  34. height: 27px;
  35. width: 27px;
  36. background: inherit;
  37. box-shadow: #000 0 0 2px;
  38. z-index: 10;
  39. background-color: transparent;
  40. }
  41. }
  42. }
  43. .trumbowyg .specialChars {
  44. width: 22px;
  45. height: 22px;
  46. display: inline-block;
  47. }