Files
tubestation/browser/components/sidebar/sidebar-history.css
Jonathan Sudiaman da69f0ea90 Bug 1959272 - Tweak styling for History while sorting by Date and site r=sidebar-reviewers,reusable-components-reviewers,nsharpley,mstriemer
- Remove bold styles from inner headings.
- Reduce gaps and remove borders from inner cards.
- Align indentations between outer headings, inner headings, and visits.

Differential Revision: https://phabricator.services.mozilla.com/D245435
2025-04-23 16:54:30 +00:00

39 lines
932 B
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
.options-container {
display: flex;
width: 100%;
align-items: center;
}
fxview-search-textbox {
flex: 1;
}
.menu-button::part(button) {
margin-inline-start: var(--space-small);
}
.nested-card {
--card-accordion-closed-icon: url("chrome://global/skin/icons/arrow-right.svg");
--card-accordion-open-icon: url("chrome://global/skin/icons/arrow-down.svg");
background-color: transparent;
border: none;
margin-block-start: var(--space-xsmall);
&::part(heading) {
font-weight: var(--font-weight);
}
&::part(moz-card-heading-wrapper) {
padding-inline: var(--space-xsmall);
}
&::part(summary) {
border-radius: var(--border-radius-medium);
padding-block: var(--space-xsmall);
}
}