Commit 78e385e0edb17a2f566e1387a08f39cad9b59af7
1 parent
bdc6ad8d
Exists in
master
and in
4 other branches
hack-fix: adjust app-navbar styles to add 'respostas' link and to fit in nav
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
src/app/components/app-navbar/app-navbar.scss
... | ... | @@ -43,6 +43,11 @@ |
43 | 43 | |
44 | 44 | .dropdown-menu { |
45 | 45 | padding: 0; |
46 | + | |
47 | + } | |
48 | + .dropdown-toggle:active, | |
49 | + .dropdown-toggle:focus { | |
50 | + outline: 1px solid $defaultblue; | |
46 | 51 | } |
47 | 52 | |
48 | 53 | .navbar-nav { |
... | ... | @@ -157,7 +162,7 @@ |
157 | 162 | li.dropdown { |
158 | 163 | position: absolute; |
159 | 164 | right: 0; |
160 | - bottom: 0; | |
165 | + bottom: 37px; | |
161 | 166 | |
162 | 167 | .dropdown-toggle { |
163 | 168 | position: relative; | ... | ... |