Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fd90f5f6
Commit
fd90f5f6
authored
Dec 11, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated fa- classes
parent
f4d94e82
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
55 deletions
+5
-55
app/assets/stylesheets/framework/secondary_navigation_elements.scss
.../stylesheets/framework/secondary_navigation_elements.scss
+4
-4
app/assets/stylesheets/page_bundles/pipelines.scss
app/assets/stylesheets/page_bundles/pipelines.scss
+0
-5
app/assets/stylesheets/pages/members.scss
app/assets/stylesheets/pages/members.scss
+0
-6
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+0
-17
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-7
app/assets/stylesheets/pages/notifications.scss
app/assets/stylesheets/pages/notifications.scss
+0
-4
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+1
-12
No files found.
app/assets/stylesheets/framework/secondary_navigation_elements.scss
View file @
fd90f5f6
...
@@ -276,7 +276,7 @@
...
@@ -276,7 +276,7 @@
@include
fade
(
left
,
$gray-light
);
@include
fade
(
left
,
$gray-light
);
right
:
-5px
;
right
:
-5px
;
.fa
{
svg
{
right
:
-7px
;
right
:
-7px
;
}
}
}
}
...
@@ -286,7 +286,7 @@
...
@@ -286,7 +286,7 @@
left
:
-5px
;
left
:
-5px
;
text-align
:
center
;
text-align
:
center
;
.fa
{
svg
{
left
:
-7px
;
left
:
-7px
;
}
}
}
}
...
@@ -337,7 +337,7 @@
...
@@ -337,7 +337,7 @@
@include
fade
(
left
,
$white
);
@include
fade
(
left
,
$white
);
right
:
-5px
;
right
:
-5px
;
.fa
{
svg
{
right
:
-7px
;
right
:
-7px
;
}
}
}
}
...
@@ -346,7 +346,7 @@
...
@@ -346,7 +346,7 @@
@include
fade
(
right
,
$white
);
@include
fade
(
right
,
$white
);
left
:
-5px
;
left
:
-5px
;
.fa
{
svg
{
left
:
-7px
;
left
:
-7px
;
}
}
}
}
...
...
app/assets/stylesheets/page_bundles/pipelines.scss
View file @
fd90f5f6
...
@@ -43,11 +43,6 @@
...
@@ -43,11 +43,6 @@
.dropdown-toggle
,
.dropdown-toggle
,
.dropdown-menu
{
.dropdown-menu
{
color
:
$gl-text-color-secondary
;
color
:
$gl-text-color-secondary
;
.fa
{
color
:
$gl-text-color-secondary
;
font-size
:
14px
;
}
}
}
.btn-group.open
.btn-default
{
.btn-group.open
.btn-default
{
...
...
app/assets/stylesheets/pages/members.scss
View file @
fd90f5f6
...
@@ -30,12 +30,6 @@
...
@@ -30,12 +30,6 @@
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
.member-controls
{
.fa
{
line-height
:
inherit
;
}
}
&
.existing-title
{
&
.existing-title
{
@include
media-breakpoint-up
(
sm
)
{
@include
media-breakpoint-up
(
sm
)
{
float
:
left
;
float
:
left
;
...
...
app/assets/stylesheets/pages/merge_requests.scss
View file @
fd90f5f6
...
@@ -163,12 +163,6 @@ $mr-widget-min-height: 69px;
...
@@ -163,12 +163,6 @@ $mr-widget-min-height: 69px;
.btn
{
.btn
{
font-size
:
$gl-font-size
;
font-size
:
$gl-font-size
;
&
.dropdown-toggle
{
.fa
{
color
:
inherit
;
}
}
}
}
.accept-merge-holder
{
.accept-merge-holder
{
...
@@ -341,13 +335,6 @@ $mr-widget-min-height: 69px;
...
@@ -341,13 +335,6 @@ $mr-widget-min-height: 69px;
}
}
}
}
.dropdown-toggle
{
.fa
{
margin-left
:
0
;
color
:
inherit
;
}
}
.has-custom-error
{
.has-custom-error
{
display
:
inline-block
;
display
:
inline-block
;
}
}
...
@@ -552,10 +539,6 @@ $mr-widget-min-height: 69px;
...
@@ -552,10 +539,6 @@ $mr-widget-min-height: 69px;
align-items
:
center
;
align-items
:
center
;
}
}
.dropdown-toggle
.fa
{
color
:
$gl-text-color
;
}
.git-merge-container
{
.git-merge-container
{
justify-content
:
space-between
;
justify-content
:
space-between
;
flex
:
1
;
flex
:
1
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
fd90f5f6
...
@@ -778,13 +778,6 @@ $note-form-margin-left: 72px;
...
@@ -778,13 +778,6 @@ $note-form-margin-left: 72px;
outline
:
none
;
outline
:
none
;
color
:
$blue-600
;
color
:
$blue-600
;
}
}
.fa
{
margin-right
:
3px
;
font-size
:
10px
;
line-height
:
18px
;
vertical-align
:
top
;
}
}
}
.note-role
{
.note-role
{
...
...
app/assets/stylesheets/pages/notifications.scss
View file @
fd90f5f6
...
@@ -35,8 +35,4 @@
...
@@ -35,8 +35,4 @@
.notification
{
.notification
{
position
:
relative
;
position
:
relative
;
top
:
1px
;
top
:
1px
;
.fa
{
font-size
:
18px
;
}
}
}
app/assets/stylesheets/pages/projects.scss
View file @
fd90f5f6
...
@@ -140,10 +140,6 @@
...
@@ -140,10 +140,6 @@
margin-left
:
0
;
margin-left
:
0
;
}
}
.fa
{
color
:
$layout-link-gray
;
}
svg
{
svg
{
fill
:
$layout-link-gray
;
fill
:
$layout-link-gray
;
}
}
...
@@ -163,13 +159,6 @@
...
@@ -163,13 +159,6 @@
height
:
24px
;
height
:
24px
;
}
}
.dropdown-toggle
,
.clone-dropdown-btn
{
.fa
{
color
:
unset
;
}
}
.home-panel-action-button
,
.home-panel-action-button
,
.project-action-button
{
.project-action-button
{
margin
:
$gl-padding
$gl-padding-8
0
0
;
margin
:
$gl-padding
$gl-padding-8
0
0
;
...
@@ -492,7 +481,7 @@
...
@@ -492,7 +481,7 @@
top
:
0
;
top
:
0
;
height
:
calc
(
100%
-
#{
$browser-scrollbar-size
}
);
height
:
calc
(
100%
-
#{
$browser-scrollbar-size
}
);
.fa
{
svg
{
top
:
50%
;
top
:
50%
;
margin-top
:
-
$gl-padding-8
;
margin-top
:
-
$gl-padding-8
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment