Merge pull request #184043 from microsoft/aiday/issue180802

Setting the padding to zero on insert button of standalone color picker
This commit is contained in:
Aiday Marlen Kyzy 2023-06-02 09:50:20 +02:00 committed by GitHub
commit 743911e92b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -187,9 +187,10 @@
}
.colorpicker-body .insert-button {
position: absolute;
height: 20px;
width: 58px;
position: absolute;
padding: 0px;
right: 8px;
bottom: 8px;
background: var(--vscode-button-background);