Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
fix(popover): add missing selector
Browse files Browse the repository at this point in the history
Closes #5549
  • Loading branch information
wesleycho committed Feb 27, 2016
1 parent 1b709e5 commit 70c1c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tooltip/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
margin: 0;
}

[uib-popover-popup].popover {
[uib-popover-popup].popover, [uib-popover-template-popup].popover {
display: block !important;
}
}

0 comments on commit 70c1c90

Please sign in to comment.