Remove border and Advanced title so it looks like the other columns.
Remove advanced settings from detail element
How should we build a theme for a new Drupal site?
Drupal core now has a Starter Kit that replaces Classy. This will copy some classy-esque styles and templates to set you up with some defaults, fixes, and BEM structure. The new theme is based on Stable,…
Questions
Normalize.css
button, input, optgroup, select, textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}https://developer.mozilla.org/en-US/docs/Learn/Forms/Styling_web_forms
Form.css
button, input, optgroup, select,…
Forms
Fields are rendered on content displays (nodes, blocks, users, etc).
.field {
margin-bottom: 1rem;
}<div class="field field--name-field-frequency field--type-entity-reference field--label-above">
<div class="field__label">…
Fields
Encourage use of classes in view, display, rows, fields.
Admin
Extend views_ui/admin.styles library, fixes in views_ui.admin.theme.css.
See also: Views admin.
Examples
Faceted searchhttps://www.drupalarchitect.info/module
Table w/ filtershttps://www.…
Views