diff --git a/example/index.html b/example/index.html index 85fa033..d380b8a 100644 --- a/example/index.html +++ b/example/index.html @@ -12,10 +12,26 @@

Select

-
Jean
-
Albert
-
Nicolas
-
Ernest
+
Lion
+
Tiger
+
Elephant
+
Giraffe
+
Zebra
+
Monkey
+
Penguin
+
Koala
+
Panda
+
Dolphin
+
Kangaroo
+
Polar Bear
+
Cheetah
+
Crocodile
+
Rhinoceros
+
Hippopotamus
+
Camel
+
Gorilla
+
Parrot
+
Pangolin
diff --git a/src/select/modern.css b/src/select/modern.css index 0789299..37e7d9d 100644 --- a/src/select/modern.css +++ b/src/select/modern.css @@ -19,6 +19,10 @@ &.selected { background-color: #ddd; } + + &.selected.focus { + background-color: #ccc; + } } }