Commit 807308ac authored by Jay's avatar Jay Committed by Kushal Pandya

Fix "What's New" notification dot for Safari

parent 49cabc87
......@@ -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 {
......
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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')
......
......@@ -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;
}
......
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment