Skip to content

Commit

Permalink
[Glitch] Remove fontawesome leftovers
Browse files Browse the repository at this point in the history
Port edeae94 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
  • Loading branch information
ClearlyClaire committed Aug 21, 2024
1 parent 24849cd commit 3ffdb7c
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 51 deletions.
10 changes: 0 additions & 10 deletions app/javascript/flavours/glitch/styles/accounts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,21 +130,11 @@
.older {
float: left;
padding-inline-start: 0;

.fa {
display: inline-block;
margin-inline-end: 5px;
}
}

.newer {
float: right;
padding-inline-start: 0;

.fa {
display: inline-block;
margin-inline-start: 5px;
}
}

.disabled {
Expand Down
8 changes: 0 additions & 8 deletions app/javascript/flavours/glitch/styles/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ $content-width: 840px;
overflow: hidden;
text-overflow: ellipsis;

i.fa {
margin-inline-end: 5px;
}

&:hover {
color: $primary-text-color;
transition: all 100ms linear;
Expand Down Expand Up @@ -306,10 +302,6 @@ $content-width: 840px;
box-shadow: none;
}

.directory__tag .table-action-link .fa {
color: inherit;
}

.directory__tag h4 {
font-size: 18px;
font-weight: 700;
Expand Down
4 changes: 0 additions & 4 deletions app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3073,10 +3073,6 @@ $ui-header-logo-wordmark-width: 99px;
padding-inline-end: 30px;
}

.search__icon .fa {
top: 15px;
}

.scrollable {
overflow: visible;

Expand Down
4 changes: 0 additions & 4 deletions app/javascript/flavours/glitch/styles/dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@
flex: 1 1 auto;
}

.fa {
flex: 0 0 auto;
}

strong {
font-weight: 700;
}
Expand Down
4 changes: 0 additions & 4 deletions app/javascript/flavours/glitch/styles/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -931,10 +931,6 @@ code {
font-weight: 700;
}
}

.fa {
font-weight: 400;
}
}
}
}
Expand Down
8 changes: 0 additions & 8 deletions app/javascript/flavours/glitch/styles/rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,6 @@ body.rtl {
no-repeat left 8px center / auto 16px;
}

.fa-chevron-left::before {
content: '\F054';
}

.fa-chevron-right::before {
content: '\F053';
}

.dismissable-banner,
.warning-banner {
&__action {
Expand Down
5 changes: 0 additions & 5 deletions app/javascript/flavours/glitch/styles/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ a.table-action-link {
color: $highlight-text-color;
}

i.fa {
font-weight: 400;
margin-inline-end: 5px;
}

&:first-child {
padding-inline-start: 0;
}
Expand Down
9 changes: 1 addition & 8 deletions app/javascript/flavours/glitch/styles/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@

&__message {
margin-bottom: 15px;

.fa {
margin-inline-end: 5px;
color: $darker-text-color;
}
}

&__card {
Expand Down Expand Up @@ -354,9 +349,7 @@
width: 21px;
}

.fa {
font-size: 16px;

.icon {
&.active {
color: $highlight-text-color;
}
Expand Down

0 comments on commit 3ffdb7c

Please sign in to comment.