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

Commit 68ec5f0

Browse files
author
Andrew Garrett
committed
Fixes for b1e5e69
1 parent b1e5e69 commit 68ec5f0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

dropdown.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
.accessibility-simulation-button {
2-
border-left: 1px solid #2860B2;
3-
background-color: #2B5ECF;
2+
border-left: 1px solid #225196;
3+
background-color: #265bb2;
44
background-image: url( 'visionSimulator.svg' ), url( 'downTriangle.svg' );
55
background-repeat: no-repeat, no-repeat;
66
background-position: center left 10px, center right 10px;
77
background-size: 50% 50%, 20% 20%;
88
width: 65px;
99
height: 50px;
10-
}
10+
}
11+
12+
.accessibility-simulation-dropdown li {
13+
cursor: pointer;
14+
}

0 commit comments

Comments
 (0)