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
75d7b122
Commit
75d7b122
authored
Sep 21, 2020
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove dropdown-menu-nav from css
- It looks like this isn't a thing anymore
parent
f70195f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
50 deletions
+44
-50
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+1
-2
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+43
-48
No files found.
app/assets/stylesheets/framework/animations.scss
View file @
75d7b122
...
...
@@ -112,8 +112,7 @@ a {
}
.dropdown-menu
a
,
.dropdown-menu
button
,
.dropdown-menu-nav
a
{
.dropdown-menu
button
{
transition
:
none
;
}
...
...
app/assets/stylesheets/framework/dropdowns.scss
View file @
75d7b122
...
...
@@ -33,8 +33,7 @@
}
.show.dropdown
{
.dropdown-menu
,
.dropdown-menu-nav
{
.dropdown-menu
{
@include
set-visible
;
min-height
:
$dropdown-min-height
;
max-height
:
$dropdown-max-height
;
...
...
@@ -258,8 +257,7 @@
}
}
.dropdown-menu
,
.dropdown-menu-nav
{
.dropdown-menu
{
display
:
none
;
position
:
absolute
;
width
:
auto
;
...
...
@@ -393,49 +391,56 @@
pointer-events
:
none
;
}
.dropdown-menu
li
{
cursor
:
pointer
;
.dropdown-menu
{
display
:
none
;
opacity
:
1
;
visibility
:
visible
;
transform
:
translateY
(
0
);
&
.droplab-item-active
button
{
@include
dropdown-item-hover
;
}
li
{
cursor
:
pointer
;
>
a
,
>
button
{
display
:
flex
;
margin
:
0
;
text-overflow
:
inherit
;
text-align
:
left
;
&
.droplab-item-active
button
{
@include
dropdown-item-hover
;
}
&
.btn
.fa
:not
(
:last-child
)
{
margin-left
:
5px
;
>
a
,
>
button
{
display
:
flex
;
margin
:
0
;
text-overflow
:
inherit
;
text-align
:
left
;
&
.btn
.fa
:not
(
:last-child
)
{
margin-left
:
5px
;
}
}
}
>
button
.dropdown-epic-button
{
flex-direction
:
column
;
>
button
.dropdown-epic-button
{
flex-direction
:
column
;
.reference
{
color
:
$gray-300
;
margin-top
:
$gl-padding-4
;
.reference
{
color
:
$gray-300
;
margin-top
:
$gl-padding-4
;
}
}
}
&
.droplab-item-selected
i
{
visibility
:
visible
;
}
&
.droplab-item-selected
i
{
visibility
:
visible
;
}
.icon
{
visibility
:
hidden
;
}
.icon
{
visibility
:
hidden
;
}
.description
{
display
:
inline-block
;
white-space
:
normal
;
margin-left
:
5px
;
.description
{
display
:
inline-block
;
white-space
:
normal
;
margin-left
:
5px
;
p
{
margin-bottom
:
0
;
p
{
margin-bottom
:
0
;
}
}
}
}
...
...
@@ -447,21 +452,12 @@
}
}
.droplab-dropdown
.dropdown-menu
,
.droplab-dropdown
.dropdown-menu-nav
{
display
:
none
;
opacity
:
1
;
visibility
:
visible
;
transform
:
translateY
(
0
);
}
.comment-type-dropdown.show
.dropdown-menu
{
display
:
block
;
}
.filtered-search-box-input-container
{
.dropdown-menu
,
.dropdown-menu-nav
{
.dropdown-menu
{
max-width
:
280px
;
}
}
...
...
@@ -850,8 +846,7 @@
}
header
.navbar-gitlab
.dropdown
{
.dropdown-menu
,
.dropdown-menu-nav
{
.dropdown-menu
{
width
:
100%
;
min-width
:
100%
;
}
...
...
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