Skip to content

Commit

Permalink
Bug 481672 - "closeNotifications" button is not visible, so it should…
Browse files Browse the repository at this point in the history
… not take focus
  • Loading branch information
carmacleod committed Jun 12, 2018
1 parent e63c9bf commit 7879c59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bundles/org.eclipse.orion.client.ui/web/css/progress.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@
-ms-transition: bottom 0.7s;
-o-transition: bottom 0.7s;
}
.notificationShow button {
display: block;
}
.notificationHide {
color: white;
background-color: #1BB199;
Expand All @@ -308,6 +311,9 @@
-ms-transition: bottom 0.7s;
-o-transition: bottom 0.7s;
}
.notificationHide button {
display: none;
}

.notifications a {
color: white;
Expand Down

0 comments on commit 7879c59

Please sign in to comment.