Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-06-02 02:58:40 +0300
committerCampbell Barton <campbell@blender.org>2022-06-02 03:03:00 +0300
commitf60ac5068a6a002bb43e35ff84a906b285bb356e (patch)
tree3d660a952acc43fb957d264ab4b8d4fd525f7a95 /doc
parentfb08353f3864c512e20822e802f24bb1b827f28f (diff)
PyDoc: remove CSS override for scrolling long enum lists
Adding a scroll-bar to in-line lists has the down-side that it cuts of text including warnings or notes that can be included, see: T87008. Now enums are referenced [0] this is no longer needed, reverting [1]. [0]: 1c6b66c9cf80b3c9b4542b27948ae232f930a211 [1]: 1e8f2665916c049748a3985a2fce736701925095
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/static/css/theme_overrides.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/python_api/static/css/theme_overrides.css b/doc/python_api/static/css/theme_overrides.css
index 0fea27a8ebd..5ab449044db 100644
--- a/doc/python_api/static/css/theme_overrides.css
+++ b/doc/python_api/static/css/theme_overrides.css
@@ -1,10 +1,3 @@
-/* T76453: Prevent Long enum lists */
-.field-list > dd p {
- max-height: 245px;
- overflow-y: auto !important;
- word-break: break-word;
-}
-
/* Hide home icon in search area */
.wy-side-nav-search > a:hover {background: none; opacity: 0.9}
.wy-side-nav-search > a.icon::before {content: none}