Skip to content

Commit 031453b

Browse files
Fix custom styling example
1 parent 46f8a7c commit 031453b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SimpleBlazorMultiselect.Demo/Pages/CustomStyling.razor.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
::deep .simple-dropdown .dropdown-button {
1+
::deep .simple-dropdown .simple-dropdown-button {
22
color: red;
33
background-color: black;
44
border: 10px solid green;
@@ -27,9 +27,9 @@
2727
color: red;
2828
}
2929

30-
::deep .simple-dropdown .dropdown-item:hover {
31-
background-color: yellow;
32-
}
30+
::deep .simple-dropdown .dropdown-item:hover {
31+
background-color: yellow;
32+
}
3333

3434
@keyframes rainbow {
3535
0%, 100% {

0 commit comments

Comments
 (0)