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
f0589935
Commit
f0589935
authored
Nov 27, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove fa-chevron-down styles
parent
c3ebc8a1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
43 deletions
+1
-43
app/assets/stylesheets/fontawesome_custom.scss
app/assets/stylesheets/fontawesome_custom.scss
+0
-4
app/assets/stylesheets/framework/buttons.scss
app/assets/stylesheets/framework/buttons.scss
+1
-2
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+0
-22
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+0
-9
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+0
-6
No files found.
app/assets/stylesheets/fontawesome_custom.scss
View file @
f0589935
...
...
@@ -27,10 +27,6 @@
font-size
:
2em
;
}
.
fa-chevron-down
:
:
before
{
content
:
'\f078'
;
}
.
fa-caret-down
:
:
before
{
content
:
'\f0d7'
;
}
...
...
app/assets/stylesheets/framework/buttons.scss
View file @
f0589935
...
...
@@ -231,8 +231,7 @@
color
:
$gray-700
;
}
.fa-caret-down
,
.fa-chevron-down
{
.fa-caret-down
{
margin-left
:
5px
;
}
...
...
app/assets/stylesheets/framework/dropdowns.scss
View file @
f0589935
...
...
@@ -16,12 +16,6 @@
}
}
@mixin
chevron-active
{
.fa-chevron-down
{
color
:
$gray-darkest
;
}
}
@mixin
set-visible
{
transform
:
translateY
(
0
);
display
:
block
;
...
...
@@ -56,7 +50,6 @@
.dropdown-toggle
,
.dropdown-menu-toggle
{
@include
chevron-active
;
border-color
:
$gray-darkest
;
}
...
...
@@ -114,20 +107,11 @@
color
:
$gray-darkest
;
}
.fa-chevron-down
{
font-size
:
$dropdown-chevron-size
;
position
:
relative
;
top
:
-2px
;
margin-left
:
5px
;
}
&
:hover
{
@include
chevron-active
;
border-color
:
$gray-darkest
;
}
&
:focus:active
{
@include
chevron-active
;
border-color
:
$dropdown-toggle-active-border-color
;
outline
:
0
;
}
...
...
@@ -145,12 +129,6 @@
position
:
absolute
;
}
.fa-chevron-down
{
position
:
absolute
;
top
:
11px
;
right
:
8px
;
}
.spinner
{
position
:
absolute
;
top
:
9px
;
...
...
app/assets/stylesheets/framework/forms.scss
View file @
f0589935
...
...
@@ -208,15 +208,6 @@ label {
position
:
relative
;
}
.select-wrapper
>
.fa-chevron-down
{
position
:
absolute
;
font-size
:
10px
;
right
:
10px
;
top
:
12px
;
color
:
$gray-darkest
;
pointer-events
:
none
;
}
.input-icon-wrapper
>
.input-icon-right
{
position
:
absolute
;
right
:
0
.8em
;
...
...
app/assets/stylesheets/pages/groups.scss
View file @
f0589935
...
...
@@ -80,12 +80,6 @@
.btn-success
{
width
:
100%
;
}
.dropdown
.dropdown-toggle
.fa-chevron-down
{
position
:
absolute
;
top
:
11px
;
right
:
8px
;
}
}
}
...
...
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