examples(styles): remove duplicate items classes (#2877)

Supersedes #2872 but ensures that we don’t loose `.items li.selected`.
This commit is contained in:
Patrice Chalin 2016-11-26 09:18:22 -08:00 committed by Filipe Silva
parent 891846f232
commit a4f0a32c3a
1 changed files with 0 additions and 30 deletions

View File

@ -83,40 +83,10 @@ nav a.active {
background-color: #DDD;
left: .1em;
}
.items li.selected:hover {
background-color: #BBD8DC;
color: white;
}
.items .text {
position: relative;
top: -3px;
}
.items {
margin: 0 0 2em 0;
list-style-type: none;
padding: 0;
width: 24em;
}
.items li {
cursor: pointer;
position: relative;
left: 0;
background-color: #EEE;
margin: .5em;
padding: .3em 0;
height: 1.6em;
border-radius: 4px;
}
.items li:hover {
color: #607D8B;
background-color: #DDD;
left: .1em;
}
.items li.selected {
background-color: #CFD8DC;
color: white;
}
.items li.selected:hover {
background-color: #BBD8DC;
}