openui / openui/open-ui

[toolbar] What should the UA stylesheet for toolbar be?

Open
#1,402 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

needs-triage toolbar
Dominant language
MDX
Stars
4.5k
Forks
226
Avg merge
2d 22h
Merged PRs (30d)
4

Description

Fairly arbitrary starting point:

toolbar {
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid currentColor;

  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  inline-size: max-content;
  gap: 0.25em;
  padding: 0.25em;
}

toolbar > legend:first-of-type {
  flex-bases: 100%;
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the proposed UA stylesheet in the issue body and the existing comment discussion about toolbar behavior. The work is done when the project agrees on a final toolbar stylesheet and its expected behavior, but no file or test location is named here.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
design, frontend, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.