Skip to content

Commit

Permalink
Merge pull request thelounge#4342 from deejayy/password-reveal-icon
Browse files Browse the repository at this point in the history
Move font assignment of password reveal icon
  • Loading branch information
MaxLeiter authored Oct 28, 2021
2 parents 97f3800 + cf18d04 commit a3a9a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ p {
.channel-list-item .not-connected-icon::before,
.channel-list-item .parted-channel-icon::before,
.jump-to-input::before,
.password-container .reveal-password span,
#sidebar .collapse-network-icon::before {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit; /* Can't have font-size inherit on line above, so need to override */
Expand Down Expand Up @@ -1993,7 +1994,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
}

.password-container .reveal-password span {
font: normal normal normal 14px/1 FontAwesome;
font-size: 16px;
color: #607992;
width: 35px;
Expand Down

0 comments on commit a3a9a2c

Please sign in to comment.