Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit a4f0a32

Browse files
chalinfilipesilva
authored andcommitted
examples(styles): remove duplicate items classes (#2877)
Supersedes #2872 but ensures that we don’t loose `.items li.selected`.
1 parent 891846f commit a4f0a32

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

public/docs/_examples/_boilerplate/styles.css

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -83,40 +83,10 @@ nav a.active {
8383
background-color: #DDD;
8484
left: .1em;
8585
}
86-
.items li.selected:hover {
87-
background-color: #BBD8DC;
88-
color: white;
89-
}
90-
.items .text {
91-
position: relative;
92-
top: -3px;
93-
}
94-
.items {
95-
margin: 0 0 2em 0;
96-
list-style-type: none;
97-
padding: 0;
98-
width: 24em;
99-
}
100-
.items li {
101-
cursor: pointer;
102-
position: relative;
103-
left: 0;
104-
background-color: #EEE;
105-
margin: .5em;
106-
padding: .3em 0;
107-
height: 1.6em;
108-
border-radius: 4px;
109-
}
110-
.items li:hover {
111-
color: #607D8B;
112-
background-color: #DDD;
113-
left: .1em;
114-
}
11586
.items li.selected {
11687
background-color: #CFD8DC;
11788
color: white;
11889
}
119-
12090
.items li.selected:hover {
12191
background-color: #BBD8DC;
12292
}

0 commit comments

Comments
 (0)