Skip to content

Commit

Permalink
revert of openshift#5577 since notification drawer css was added to PFv4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaylor113 committed Jul 13, 2020
1 parent 83648d5 commit 7ad330d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions frontend/public/style/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,19 +300,6 @@ h6 {
}
}

// Fix for the notification drawer appearing due to tabbing through components
// Remove this when the pf4 breaking changes dependency is contributed
@keyframes pf-c-drawer-hide-panel {
to {
visibility: hidden;
}
}
.pf-c-drawer__panel[hidden] {
animation-name: pf-c-drawer-hide-panel;
animation-delay: var(--pf-c-drawer__panel--TransitionDuration);
animation-fill-mode: forwards;
}

.pf-c-page__sidebar {
--pf-c-page__sidebar-body--PaddingTop: 0;
bottom: 0;
Expand Down

0 comments on commit 7ad330d

Please sign in to comment.