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 ...@@ -523,9 +523,9 @@ $top-nav-hover-bg: var(--indigo-900-alpha-008, $indigo-900-alpha-008) !important
background-color: $orange-300; background-color: $orange-300;
height: 12px; height: 12px;
width: 12px; width: 12px;
margin-top: -15px;
pointer-events: none; pointer-events: none;
visibility: hidden; visibility: hidden;
top: 3px;
} }
.with-notifications .notification-dot { .with-notifications .notification-dot {
......
...@@ -912,9 +912,9 @@ input { ...@@ -912,9 +912,9 @@ input {
background-color: #9e5400; background-color: #9e5400;
height: 12px; height: 12px;
width: 12px; width: 12px;
margin-top: -15px;
pointer-events: none; pointer-events: none;
visibility: hidden; visibility: hidden;
top: 3px;
} }
.top-nav-toggle .dropdown-icon { .top-nav-toggle .dropdown-icon {
margin-right: 0.5rem; margin-right: 0.5rem;
...@@ -1953,6 +1953,9 @@ body.gl-dark { ...@@ -1953,6 +1953,9 @@ body.gl-dark {
display: block; display: block;
} }
} }
.gl-relative {
position: relative;
}
.gl-absolute { .gl-absolute {
position: absolute; position: absolute;
} }
......
...@@ -893,9 +893,9 @@ input { ...@@ -893,9 +893,9 @@ input {
background-color: #d99530; background-color: #d99530;
height: 12px; height: 12px;
width: 12px; width: 12px;
margin-top: -15px;
pointer-events: none; pointer-events: none;
visibility: hidden; visibility: hidden;
top: 3px;
} }
.top-nav-toggle .dropdown-icon { .top-nav-toggle .dropdown-icon {
margin-right: 0.5rem; margin-right: 0.5rem;
...@@ -1631,6 +1631,9 @@ svg.s16 { ...@@ -1631,6 +1631,9 @@ svg.s16 {
display: block; display: block;
} }
} }
.gl-relative {
position: relative;
}
.gl-absolute { .gl-absolute {
position: absolute; position: absolute;
} }
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
%span.badge.badge-pill.todos-count.js-todos-count{ class: ('hidden' if todos_pending_count == 0) } %span.badge.badge-pill.todos-count.js-todos-count{ class: ('hidden' if todos_pending_count == 0) }
= todos_count_format(todos_pending_count) = 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') } %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 %span.gl-sr-only
= s_('Nav|Help') = s_('Nav|Help')
= sprite_icon('question-o') = sprite_icon('question-o')
......
...@@ -912,9 +912,9 @@ input { ...@@ -912,9 +912,9 @@ input {
background-color: #9e5400; background-color: #9e5400;
height: 12px; height: 12px;
width: 12px; width: 12px;
margin-top: -15px;
pointer-events: none; pointer-events: none;
visibility: hidden; visibility: hidden;
top: 3px;
} }
.top-nav-toggle .dropdown-icon { .top-nav-toggle .dropdown-icon {
margin-right: 0.5rem; margin-right: 0.5rem;
...@@ -1953,6 +1953,9 @@ body.gl-dark { ...@@ -1953,6 +1953,9 @@ body.gl-dark {
display: block; display: block;
} }
} }
.gl-relative {
position: relative;
}
.gl-absolute { .gl-absolute {
position: absolute; position: absolute;
} }
......
...@@ -893,9 +893,9 @@ input { ...@@ -893,9 +893,9 @@ input {
background-color: #d99530; background-color: #d99530;
height: 12px; height: 12px;
width: 12px; width: 12px;
margin-top: -15px;
pointer-events: none; pointer-events: none;
visibility: hidden; visibility: hidden;
top: 3px;
} }
.top-nav-toggle .dropdown-icon { .top-nav-toggle .dropdown-icon {
margin-right: 0.5rem; margin-right: 0.5rem;
...@@ -1631,6 +1631,9 @@ svg.s16 { ...@@ -1631,6 +1631,9 @@ svg.s16 {
display: block; display: block;
} }
} }
.gl-relative {
position: relative;
}
.gl-absolute { .gl-absolute {
position: 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