This is an automated email from the ASF dual-hosted git repository. shanedell pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push: new 50e6740 Fixes clickable area by reducing the area that the user can select 50e6740 is described below commit 50e6740fde2744eec68d9f8c2161d451cd0019e4 Author: naga-panchumarty <naga.panchuma...@nteligen.com> AuthorDate: Mon Jul 7 14:52:20 2025 -0400 Fixes clickable area by reducing the area that the user can select Closes #1104 --- src/styles/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/styles.css b/src/styles/styles.css index d77946b..9556028 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -79,6 +79,10 @@ background-color: grey; } +.container input:checked:hover ~ .checkmark { + background-color: #4caf50; +} + /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ''; @@ -107,6 +111,7 @@ .setting-div { font-size: 16px; cursor: pointer; + width: 325px; } .save-button {