summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-09 20:13:49 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-09 20:13:49 +0200
commitedb7f16ea65328c30e5be758a069337ade6a95ba (patch)
tree544ace084049b58b3e728b2e3cf845ec221a1e00 /public
parentff2edea873de50c5be41cd24bb7a8d1e0d75d9ee (diff)
Remove subnavigation after the last consumer has gone
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/admin.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index fa36c18..38c9e5a 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -133,7 +133,6 @@ input[type=radio] {
133} 133}
134 134
135#main_navigation a, 135#main_navigation a,
136#sub_navigation a,
137#metadata a, 136#metadata a,
138#overview_toggle a { 137#overview_toggle a {
139 letter-spacing: 1px; 138 letter-spacing: 1px;
@@ -149,26 +148,6 @@ input[type=radio] {
149 background-color: #ff9600; 148 background-color: #ff9600;
150} 149}
151 150
152/* #sub_navigation covers 13 views' Show/Preview/Revisions/metadata
153 links (see `grep -rn "content_for :subnavigation" app/views/`),
154 including nodes#edit -- so #page_editor's own subnav links are
155 already covered here and are not part of the new scoped-underline
156 rule above. Proposed for full removal per the redesign notes; the
157 13-file list is the confirmation needed before scoping that work. */
158#sub_navigation a {
159 color: #969696;
160}
161
162#sub_navigation a:hover {
163 color: #ffffff;
164 background-color: #ff9600;
165}
166
167#sub_navigation a.selected {
168 color: #ffffff;
169 background-color: #ff9600;
170}
171
172.admin_content_spacer { 151.admin_content_spacer {
173 clear: both; 152 clear: both;
174 margin-bottom: 40px; 153 margin-bottom: 40px;