mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Don't add light mode bg to 4th level menu items [CI skip]
This commit is contained in:
parent
0095ee050f
commit
effb351d09
|
@ -30,7 +30,6 @@ jQuery(document).ready(function ($) {
|
|||
if (!$upperA.find('.toctree-expand').length) {
|
||||
$upperA.prepend($('<span />').addClass('toctree-expand'));
|
||||
}
|
||||
$a.css('background-color', '#c9c9c9');
|
||||
$a.css('padding-left', '5em');
|
||||
} else {
|
||||
$a.css('background-color', '#bdbdbd');
|
||||
|
|
Loading…
Reference in New Issue
Block a user