1
0
Fork 0

Turn actions links into buttons (nav, search)

- Mirrored the changes from wall_thread to search_item
- Replaced a navbar link with a button with according CSS
This commit is contained in:
Hypolite Petovan 2017-03-03 01:19:49 -05:00
commit cb49bcdb04
3 changed files with 35 additions and 48 deletions

View file

@ -553,9 +553,8 @@ nav.navbar .nav>li>a:focus{
#topbar-first .dropdown-footer {
margin: 10px 10px 5px
}
#topbar-first a,
nav.navbar a {
/*color: #fff*/
#topbar-first a, #topbar-first .btn-link,
nav.navbar a, nav.navbar .btn-link {
color: $nav_icon_color;
}
#topbar-first .caret {