make dropdown arrow larger to meet accessibility requirement (#127839) (#16073)

* make dropdown arrow bold

* Update style.css
This commit is contained in:
Alan Ren
2021-07-12 10:23:44 -07:00
committed by GitHub
parent ba20cdb885
commit 6baf2ee982

View File

@@ -192,10 +192,10 @@ body.web {
.monaco-workbench .select-container:after {
content: "\eab4";
font-family: codicon;
font-size: 14px;
width: 14px;
height: 14px;
line-height: 14px;
font-size: 16px;
width: 16px;
height: 16px;
line-height: 16px;
position: absolute;
top: 0;
bottom: 0;