Search
Fences module required for field template
I used fences on a site and copied the field template.
It needs to be enabled for the template to work correctly.
Is there a way to toggle usage of the template if it's enabled?
Dropbutton
The dropbutton element is used in admin forms.
Change record: Added dropbutton_type setting for specifying dropbutton variant.
#dropbutton_type renders as .dropbutton--<TYPE> class.
TODO: work on dropbuttons in views ui.
System Libraries
Drupal system libraries for use in theming.
system/base
ajax-progress.module.css
align.module.css
/**
* @file
* Alignment classes for text and block level elements.
*/
.text-align-left {
text-align: left…
Tabs
Primary and secondary tabs.
Monospace font, horizontal flex.
Tabs have gotten a little convoluted between navigation and entity actions (edit/delete forms).
New navigation moves tabs into the toolbar.
Details
HTML Element
elements.css
Render Element
details.html.twig (Starterkit Theme)
Used in forms.
Admin pages
Status report
The status report page has several details html elements, but does not use the details render element.
<details class="system-…
Links
Default style
This is a link
It has a .1px dotted underline with --accent-color.
On hover, the underline becomes solid.
On focus, the underline is black.
Linked title
Title
Linked titles only show underline on hover.
Use .title class.
Link styles
Since…
Empty table cells disrupting position.
I set empty cells to hidden, but that caused the configure icons to move around.
Comment block spacing and links
The comments permalinks seem to be duplicated, and the buttons have no space below them.
https://contrib.drupalarchitect.info/comment/3#comment-3
Nested fieldset submit button
Need some space for the buttons.
Disabled input styles
Make the disabled controls and text more obvious.
Wrapper style?