Fix: userContents - Remove Scrollabr color

Original:
- Background: #f0f0f0
- Default:    #CDCDCD
- Hover:      #A6A6A6
- Drag:       #606060

Scrollbar Code:
- Background: #B8B8BA
- Default:    #D2D2D4
- Hover:      #BFBFC1
- Drag:       #9E9E9F

This is very bad for accessibility.
Ref: https://black7375.tistory.com/84 comments
This commit is contained in:
BlaCk_Void 2021-08-22 00:58:47 +09:00
parent 2acac0c18e
commit 69cbe1db2c
2 changed files with 0 additions and 4 deletions

View file

@ -294,8 +294,6 @@
--card-outline-color: var(--grey-60);
--dialog-warning-text-color: var(--red-40);
scrollbar-color: rgba(249,249,250,.4) rgba(20,20,25,.3);
}
}

View file

@ -274,8 +274,6 @@
--card-outline-color: var(--grey-60);
--dialog-warning-text-color: var(--red-40);
scrollbar-color: rgba(249,249,250,.4) rgba(20,20,25,.3);
}
/*= Addons.org =============================================================*/