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
807308ac
Commit
807308ac
authored
Dec 02, 2021
by
Jay
Committed by
Kushal Pandya
Dec 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "What's New" notification dot for Safari
parent
49cabc87
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
6 deletions
+18
-6
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+1
-1
app/assets/stylesheets/startup/startup-dark.scss
app/assets/stylesheets/startup/startup-dark.scss
+4
-1
app/assets/stylesheets/startup/startup-general.scss
app/assets/stylesheets/startup/startup-general.scss
+4
-1
app/views/layouts/header/_default.html.haml
app/views/layouts/header/_default.html.haml
+1
-1
ee/app/assets/stylesheets/startup/startup-dark.scss
ee/app/assets/stylesheets/startup/startup-dark.scss
+4
-1
ee/app/assets/stylesheets/startup/startup-general.scss
ee/app/assets/stylesheets/startup/startup-general.scss
+4
-1
No files found.
app/assets/stylesheets/framework/header.scss
View file @
807308ac
...
...
@@ -523,9 +523,9 @@ $top-nav-hover-bg: var(--indigo-900-alpha-008, $indigo-900-alpha-008) !important
background-color
:
$orange-300
;
height
:
12px
;
width
:
12px
;
margin-top
:
-15px
;
pointer-events
:
none
;
visibility
:
hidden
;
top
:
3px
;
}
.with-notifications
.notification-dot
{
...
...
app/assets/stylesheets/startup/startup-dark.scss
View file @
807308ac
...
...
@@ -912,9 +912,9 @@ input {
background-color
:
#9e5400
;
height
:
12px
;
width
:
12px
;
margin-top
:
-15px
;
pointer-events
:
none
;
visibility
:
hidden
;
top
:
3px
;
}
.top-nav-toggle
.dropdown-icon
{
margin-right
:
0
.5rem
;
...
...
@@ -1953,6 +1953,9 @@ body.gl-dark {
display
:
block
;
}
}
.gl-relative
{
position
:
relative
;
}
.gl-absolute
{
position
:
absolute
;
}
...
...
app/assets/stylesheets/startup/startup-general.scss
View file @
807308ac
...
...
@@ -893,9 +893,9 @@ input {
background-color
:
#d99530
;
height
:
12px
;
width
:
12px
;
margin-top
:
-15px
;
pointer-events
:
none
;
visibility
:
hidden
;
top
:
3px
;
}
.top-nav-toggle
.dropdown-icon
{
margin-right
:
0
.5rem
;
...
...
@@ -1631,6 +1631,9 @@ svg.s16 {
display
:
block
;
}
}
.gl-relative
{
position
:
relative
;
}
.gl-absolute
{
position
:
absolute
;
}
...
...
app/views/layouts/header/_default.html.haml
View file @
807308ac
...
...
@@ -94,7 +94,7 @@
%span
.badge.badge-pill.todos-count.js-todos-count
{
class:
(
'hidden'
if
todos_pending_count
==
0
)
}
=
todos_count_format
(
todos_pending_count
)
%li
.nav-item.header-help.dropdown.d-none.d-md-block
{
**
tracking_attrs
(
'main_navigation'
,
'click_question_mark_link'
,
'navigation'
)
}
=
link_to
help_path
,
class:
'header-help-dropdown-toggle'
,
data:
{
toggle:
"dropdown"
}
do
=
link_to
help_path
,
class:
'header-help-dropdown-toggle
gl-relative
'
,
data:
{
toggle:
"dropdown"
}
do
%span
.gl-sr-only
=
s_
(
'Nav|Help'
)
=
sprite_icon
(
'question-o'
)
...
...
ee/app/assets/stylesheets/startup/startup-dark.scss
View file @
807308ac
...
...
@@ -912,9 +912,9 @@ input {
background-color
:
#9e5400
;
height
:
12px
;
width
:
12px
;
margin-top
:
-15px
;
pointer-events
:
none
;
visibility
:
hidden
;
top
:
3px
;
}
.top-nav-toggle
.dropdown-icon
{
margin-right
:
0
.5rem
;
...
...
@@ -1953,6 +1953,9 @@ body.gl-dark {
display
:
block
;
}
}
.gl-relative
{
position
:
relative
;
}
.gl-absolute
{
position
:
absolute
;
}
...
...
ee/app/assets/stylesheets/startup/startup-general.scss
View file @
807308ac
...
...
@@ -893,9 +893,9 @@ input {
background-color
:
#d99530
;
height
:
12px
;
width
:
12px
;
margin-top
:
-15px
;
pointer-events
:
none
;
visibility
:
hidden
;
top
:
3px
;
}
.top-nav-toggle
.dropdown-icon
{
margin-right
:
0
.5rem
;
...
...
@@ -1631,6 +1631,9 @@ svg.s16 {
display
:
block
;
}
}
.gl-relative
{
position
:
relative
;
}
.gl-absolute
{
position
:
absolute
;
}
...
...
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