mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/structural_pages.git
synced 2026-03-11 02:47:42 -03:00
Rename module site_structure → structural_pages and vocabulary site_section → site_sections
Renames the module from site_structure to structural_pages and pluralizes the taxonomy vocabulary machine name from site_section to site_sections, updating all config, PHP, translations, and documentation references while preserving field_site_section, clears_site_section, and $site_section_id. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,45 +1,45 @@
|
||||
/**
|
||||
* @file
|
||||
* Styles for the site structure menu block.
|
||||
* Styles for the structural pages menu block.
|
||||
*/
|
||||
|
||||
.site-structure-menu {
|
||||
.structural-pages-menu {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.site-structure-menu__title {
|
||||
.structural-pages-menu__title {
|
||||
font-size: 1.1rem;
|
||||
margin-bottom: 0.75rem;
|
||||
padding-bottom: 0.5rem;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.site-structure-menu__title a {
|
||||
.structural-pages-menu__title a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.site-structure-menu__title a:hover {
|
||||
.structural-pages-menu__title a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.site-structure-menu__list {
|
||||
.structural-pages-menu__list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.site-structure-menu__list--level-2,
|
||||
.site-structure-menu__list--level-3,
|
||||
.site-structure-menu__list--level-4 {
|
||||
.structural-pages-menu__list--level-2,
|
||||
.structural-pages-menu__list--level-3,
|
||||
.structural-pages-menu__list--level-4 {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.site-structure-menu__item {
|
||||
.structural-pages-menu__item {
|
||||
margin: 0.25rem 0;
|
||||
}
|
||||
|
||||
.site-structure-menu__link {
|
||||
.structural-pages-menu__link {
|
||||
display: block;
|
||||
padding: 0.25rem 0.5rem;
|
||||
text-decoration: none;
|
||||
@@ -48,16 +48,16 @@
|
||||
transition: background-color 0.15s ease;
|
||||
}
|
||||
|
||||
.site-structure-menu__link:hover {
|
||||
.structural-pages-menu__link:hover {
|
||||
background-color: #f5f5f5;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site-structure-menu__link--active-trail {
|
||||
.structural-pages-menu__link--active-trail {
|
||||
font-weight: 600;
|
||||
color: #0073bd;
|
||||
}
|
||||
|
||||
.site-structure-menu__item--active-trail > .site-structure-menu__link {
|
||||
.structural-pages-menu__item--active-trail > .structural-pages-menu__link {
|
||||
background-color: #e8f4fc;
|
||||
}
|
||||
Reference in New Issue
Block a user