Navbar on pure CSS
Elements in navigation bar can have 2 states:
- Inactive
- Active
There are 3 different arrows between these states (there are 4 but we’re using only 3):
- inactive-inactive
- active-inactive
- active-active
In order not to use z-index I set elements in opposite order.