User mention autocomplete accent blends in with post editor background.



  • When using an @-mention the preselected user in the autocomplete menu has the same background colour as the post editor grey.

    See below. Ignore the right-click menu - I had to do that as otherwise the autocomplete disappeared whenever I hit a modifier key. Sam's entry completely disappears against the post editor background. I think there should probably be a different background accent, or maybe a darker around the popup - even if it's just a slightly darker grey.


  • Banned

    OK, I changed it to

        &.selected {
          background-color: lighten($highlight, 23%);
        }
        @include hover {
          background-color: lighten($highlight, 23%);
          text-decoration: none;
        }

  • Banned


  • Banned

    This topic is now closed. New replies are no longer allowed.

    Filed under: too much goddamn grey


Log in to reply