org settings: Offset border to prevent adding extra height on hover.

Fixes #8996.
This commit is contained in:
Cynthia Lin 2018-04-06 15:22:20 -07:00 committed by Tim Abbott
parent 3ed5a64e13
commit 7eacf2aa9a
1 changed files with 1 additions and 0 deletions

View File

@ -1048,6 +1048,7 @@ input[type=checkbox].inline-block {
#user-groups .user-group span[contenteditable]:focus,
#user-groups .user-group span[contenteditable="true"]:hover {
border-bottom: 1px solid hsl(0, 0%, 80%);
margin-bottom: -1px;
outline: none;
}