Move font assignment of password reveal icon
This commit is contained in:
parent
3ba7fb6de4
commit
cf18d04f06
@ -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 */
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user