Merge pull request #4342 from deejayy/password-reveal-icon
Move font assignment of password reveal icon
This commit is contained in:
commit
a3a9a2cdd9
@ -337,6 +337,7 @@ p {
|
|||||||
.channel-list-item .not-connected-icon::before,
|
.channel-list-item .not-connected-icon::before,
|
||||||
.channel-list-item .parted-channel-icon::before,
|
.channel-list-item .parted-channel-icon::before,
|
||||||
.jump-to-input::before,
|
.jump-to-input::before,
|
||||||
|
.password-container .reveal-password span,
|
||||||
#sidebar .collapse-network-icon::before {
|
#sidebar .collapse-network-icon::before {
|
||||||
font: normal normal normal 14px/1 FontAwesome;
|
font: normal normal normal 14px/1 FontAwesome;
|
||||||
font-size: inherit; /* Can't have font-size inherit on line above, so need to override */
|
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 {
|
.password-container .reveal-password span {
|
||||||
font: normal normal normal 14px/1 FontAwesome;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #607992;
|
color: #607992;
|
||||||
width: 35px;
|
width: 35px;
|
||||||
|
Loading…
Reference in New Issue
Block a user