Actions
Patch #43686
closedRemove unused styles for `#tab-content-modules`
Description
The id `#tab-content-modules` is no longer exists because the "Modules" tab in the project settings was removed in r16892. It can be safely removed.
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
index 0abf9e3e8..d6e4af382 100644
--- a/app/assets/stylesheets/application.css
+++ b/app/assets/stylesheets/application.css
@@ -1266,8 +1266,6 @@ textarea.text_cf {width:95%; resize:vertical;}
input.string_cf, input.link_cf {width:95%;}
select.bool_cf {width:auto !important;}
-#tab-content-modules fieldset p {margin:3px 0 4px 0;}
-
#users_for_watcher {height: 200px; overflow:auto;}
#users_for_watcher label {display: block;}
Related issues
Updated by Go MAEDA about 1 month ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch in r24333.
Updated by Go MAEDA about 1 month ago
- Related to Patch #43702: Remove unused CSS rules added
Updated by Go MAEDA about 1 month ago
- Target version deleted (
7.0.0)
Since this is a very small change, it will be aggregated in the Changelog under the meta issue #43702.
Removing from the target version7.0.0.
Actions