Skip to content

Commit

Permalink
Fix line-height for unread bar buttons (jump to first and mark as rea…
Browse files Browse the repository at this point in the history
…d) (#12900)
  • Loading branch information
tassoevan authored and rodrigok committed Dec 10, 2018
1 parent f952a52 commit fad562b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/rocketchat_theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,8 @@ rc-old select,
& > button.mark-read {
float: right;

line-height: inherit;

&:hover {
cursor: pointer;
}
Expand All @@ -2253,8 +2255,12 @@ rc-old select,
& > button.jump-to {
float: left;

line-height: inherit;

& .jump-to-small {
display: none;

line-height: inherit;
}

&:hover {
Expand Down

0 comments on commit fad562b

Please sign in to comment.