Small glitch in sidebar

Operating system

Windows

Joplin version

3.5.12

Desktop version info

Joplin 3.5.12 (prod, win32)

Device: win32, Intel(R) Core(TM) Ultra 7 155H
Client ID: 050050b619f7491aa41459e473a37b27
Sync Version: 3
Profile Version: 49
Keychain Supported: Yes
Alternative instance ID: -

Revision: 449555c

Backup: 1.5.1
Freehand Drawing: 4.2.0
Text Colorize: 1.2.5

What issue do you have?

Hi,
I used the following userchrome.ccs, but the selected bar is not complely grey but has also a black and dark grey part. What am I missing?
/* ".rli-sideBar .sidebar" selects the leftmost sidebar /
.rli-sideBar .sidebar {
/
Makes the sidebar have a white background. */
background-color: #e6e6e6;
}

/* Give everything in the sidebar a black foreground color. */
.rli-sideBar .sidebar * {
color: black;
}

/* Gives the currently selected notebook in the sidebar an orange background */
.rli-sideBar .sidebar div.selected > * {
background-color: #dcdcdc;

Screenshot_1

.rli-sideBar .sidebar {
background-color: #e6e6e6;
}

.rli-sideBar .sidebar * {
color: black;
}

.rli-sideBar .sidebar div.selected,
.rli-sideBar .sidebar div.selected > * {
background-color: #dcdcdc !important;
}

Gone with the help of chatgpt