Skip to content

Commit

Permalink
2024100501
Browse files Browse the repository at this point in the history
  • Loading branch information
Spectrollay committed Oct 5, 2024
1 parent 415e4de commit 84f7367
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Verification/file-hashes.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@
"sounds\\open.wav": "a4ee9140d251242074b56d302f08d11d",
"sounds\\pop.ogg": "7227f3f6e3fd60c2f301f163bff843c9",
"stylesheet\\advanced.css": "365acba1bcc61020fee443b6259e2cd7",
"stylesheet\\custom_elements.css": "f3039acf1ca8148a9e2654e9a6a085d6",
"stylesheet\\custom_elements.css": "9490410351ac5b51edab6fbb12251ca8",
"stylesheet\\editions.css": "e0a2f2398fdbda62435cf36f70a4027a",
"stylesheet\\loading_mask.css": "11e9c268dabe450bb220270750966dc7",
"stylesheet\\public_style.css": "6a6b000b64273c30ad43c14ea7e76fcc",
"Template\\index.html": "d90907446df4ac3d061035c95d0d22b7",
"updatelog\\index.html": "8e0c119b5ec1c3b593b3f5fd98a46125"
"updatelog\\index.html": "ca40ba2f399130c0355a7011caf1cbc9"
}
2 changes: 1 addition & 1 deletion Verification/project-hash.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projectHash": "2f6fb083f40a6682ce7560abd0e9c97e"
"projectHash": "eb96862f7a6160b8d0fcfdef51d2f7f9"
}
4 changes: 2 additions & 2 deletions stylesheet/custom_elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ modal_button_list {
height: 24px;
overflow: visible;
position: relative;
width: 56px;
width: 58px;
}

.normal_switch {
Expand Down Expand Up @@ -808,7 +808,7 @@ modal_button_list {
}

.switch.on .switch_slider {
left: 27px;
left: 28px;
}


Expand Down
1 change: 1 addition & 0 deletions updatelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
<article_list>禁用的Text Field文本框现在不再可以被Tab键选中了</article_list>
<article_list_level2>至此所有的自定义控件已悉数适配无障碍设计</article_list_level2>
<article_list>修复了Slider滑块的一些数据转化问题</article_list>
<article_list>修复了Switch开关在打开状态下Slider右偏移量缺少了1px的问题</article_list>
<article_list>修复了部分无障碍功能未能适配新的存储数据结构从而导致的失效问题</article_list>
</article_list_content>
<article_list_content>
Expand Down

0 comments on commit 84f7367

Please sign in to comment.