Added custom Share icon
This commit is contained in:
parent
d3db391cd6
commit
7db6ead5ac
3 changed files with 22 additions and 7 deletions
|
|
@ -371,7 +371,8 @@ body.app-body {
|
|||
.status__action-bar .icon-close,
|
||||
.detailed-status__action-bar .icon-close,
|
||||
.account__header__tabs__buttons .icon-close,
|
||||
.icon-sign-out
|
||||
.icon-sign-out,
|
||||
.icon-undefined
|
||||
)
|
||||
path {
|
||||
display: none;
|
||||
|
|
@ -419,7 +420,8 @@ body.app-body {
|
|||
.status__action-bar .icon-close,
|
||||
.detailed-status__action-bar .icon-close,
|
||||
.account__header__tabs__buttons .icon-close,
|
||||
.icon-sign-out
|
||||
.icon-sign-out,
|
||||
.icon-undefined
|
||||
) {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
|
|
@ -709,6 +711,9 @@ body.app-body {
|
|||
.app-body .follow-request-banner .button .icon-times {
|
||||
background-image: var(--icon-reject);
|
||||
}
|
||||
.app-body .icon-undefined {
|
||||
background-image: var(--icon-share);
|
||||
}
|
||||
|
||||
@media screen and (max-width:1174px) {
|
||||
.app-body .navigation-panel .column-link .icon-home {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue