Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Fix css class specificity with ui bootstrap 1.3.3 #47

Closed
wants to merge 1 commit into from

Conversation

felixruponen
Copy link

  • Fixed by adding .modal class to css selectors

Hi!

i noticed that the ngAside lib was broken when used with the latest ui bootstrap.
The problem I had occured when the modal was animating out i.e. without the ".in" css class.
When the ".in" class is removed ngAside css selectors were no longer the most specific selector.

The fix was simply to add ".modal" to all selectors where ngAside styles need to apply.

* Fixed by adding .modal class to css selectors
@dbtek dbtek closed this Mar 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants