Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utility: no-border #82

Open
schalkneethling opened this issue Dec 26, 2024 · 0 comments
Open

utility: no-border #82

schalkneethling opened this issue Dec 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or improvement

Comments

@schalkneethling
Copy link
Owner

For elements such as a fieldset, it is sometimes preferable to hide the default borders. Turning them off by default for fieldset is probably not the way to go so, I propose adding a simple utility class as follows:

.no-border {
  border: 0;
}
@schalkneethling schalkneethling added the enhancement New feature or improvement label Dec 26, 2024
@schalkneethling schalkneethling self-assigned this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant