Files @ d94e87f92a47
Branch filter:

Location: kallithea/dev_requirements.txt

Andrew Shadura
style: fix the CSS selector referring to the notification box

The notification box is shown by a CSS rule with this selector:

.dropdown.open .dropdown-menu

However, since 8bd7a63, the selector :nav.navbar #quick li #quick_login"
no longer refers to the same element.

To make the notification box work correctly, refer to it using its
class name, .dropdown-menu.
1
2
3
4
5
6
7
pytest ~= 3.0
pytest-runner
pytest-sugar>=0.7.0
pytest-catchlog
WebTest<2 # this is also a Pylons dependency and pinned in setup.py to avoid version conflicts for WebOb
mock
sphinx