Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
a4a51cd5
Commit
a4a51cd5
authored
Jun 02, 2017
by
Jeffrey Phillips
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show toast notifications over modals
Fixes
https://github.com/openshift/origin-web-console/issues/1632
parent
790a4b28
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
_notifications.less
dist/less/_notifications.less
+2
-0
origin-web-common.css
dist/origin-web-common.css
+1
-0
_notifications.less
src/styles/_notifications.less
+2
-0
No files found.
dist/less/_notifications.less
View file @
a4a51cd5
...
...
@@ -9,6 +9,8 @@
.toast-notifications-list-pf {
top: 28px;
z-index: @zindex-modal + 5; // Override Patternfly's z-index to keep toasts above modals but below popovers
> div {
&.ng-enter {
animation: toastSlideIn .2s ease-out;
...
...
dist/origin-web-common.css
View file @
a4a51cd5
...
...
@@ -270,6 +270,7 @@ div.hopscotch-bubble .hopscotch-nav-button.prev {
}
.toast-notifications-list-pf
{
top
:
28px
;
z-index
:
1055
;
}
.toast-notifications-list-pf
>
div
.ng-enter
{
animation
:
toastSlideIn
0.2s
ease-out
;
...
...
src/styles/_notifications.less
View file @
a4a51cd5
...
...
@@ -9,6 +9,8 @@
.toast-notifications-list-pf {
top: 28px;
z-index: @zindex-modal + 5; // Override Patternfly's z-index to keep toasts above modals but below popovers
> div {
&.ng-enter {
animation: toastSlideIn .2s ease-out;
...
...
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