Skip to content

Commit a3eef52

Browse files
committed
feat: update scrollbar style to reflect brackets theme
1 parent 4260aad commit a3eef52

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aicore/web-store",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "web app store",
55
"main": "index.js",
66
"type": "module",

src/assets/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,11 @@ color: #D0D0D0;
419419
.modal-popup .modal-content::-webkit-scrollbar {
420420
width: 12px;
421421
height: 12px;
422-
background-color: rgba(15, 15, 15,1);
422+
box-shadow: 0 0 0 4px #3C3F41 inset;
423423
}
424424
.modal-popup .modal-content::-webkit-scrollbar-thumb {
425425
box-shadow: 0 0 0 12px rgba(49, 49, 49,1) inset;
426+
border-radius: 999px;
426427
}
427428
.modal-popup .modal-content::-webkit-scrollbar-thumb:hover,
428429
.modal-popup .modal-content::-webkit-scrollbar-thumb:focus {

0 commit comments

Comments
 (0)