This is a migrated thread and some comments may be shown as answers.

Remove bottom border from selected ite

1 Answer 141 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Matteo
Top achievements
Rank 1
Matteo asked on 09 Nov 2012, 08:29 AM
Hi,

is it possible to remove the bottom border only on the selected item in a menu (something like in tabstrip)?

Thank you

1 Answer, 1 is accepted

Sort by
0
Matteo
Top achievements
Rank 1
answered on 09 Nov 2012, 08:36 AM
Solved with something like:
#navigationMenu .k-item.k-state-selected {
    position: relative;
    top: 1px;
}
 
#navigationMenu .k-state-selected,
.k-list > .k-state-selected,
.k-list > .k-state-focused,
.k-state-selected > .k-link {
    position: relative;
    top: -1px;
}
Tags
Menu
Asked by
Matteo
Top achievements
Rank 1
Answers by
Matteo
Top achievements
Rank 1
Share this question
or