Skip to content

Commit e26c0b4

Browse files
authored
Merge pull request #10 from zreese/select-background-declaration
Add background property for Select elements
2 parents cb3eae6 + 934d649 commit e26c0b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,7 @@ button {
817817
width: 100%;
818818
appearance: none;
819819
-webkit-appearance: none;
820+
background: rgba(255, 255, 255, .1);
820821
position: relative;
821822
}
822823
}
@@ -937,4 +938,4 @@ button {
937938
float: left;
938939
height: 0;
939940
pointer-events: none;
940-
}
941+
}

0 commit comments

Comments
 (0)