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

CSS: centralize styles, combine, limit usage #1203

Open
huss opened this issue Apr 4, 2024 · 0 comments
Open

CSS: centralize styles, combine, limit usage #1203

huss opened this issue Apr 4, 2024 · 0 comments
Labels
i-good-first-issue This issue is probably a good starting point for people new to coding or the OED project. p-low-priority t-enhancement This issues tracks a potential improvement to the software
Milestone

Comments

@huss
Copy link
Member

huss commented Apr 4, 2024

Is your feature request related to a problem? Please describe.

There is a modest amount of CSS styling done on pages. Doing it in a consistent way is desired.

Describe the solution you'd like

The following would be used for CSS:

  1. When the same styling is used in multiple places then it is defined in one place and reused. For example, formInputStyle is defined in multiple places.
  2. There are similar but slightly different styles in places. Decide if it really is necessary to do this.
  3. Some styles may have minimal effect. As a rule, OED should only custom CSS when really needed.

A careful sweep of the code to final all CSS styles will be needed to decide which ones can be modified.

Describe alternatives you've considered

Leave as is

Additional context

None

@huss huss added t-enhancement This issues tracks a potential improvement to the software p-low-priority i-good-first-issue This issue is probably a good starting point for people new to coding or the OED project. labels Apr 4, 2024
@huss huss added this to the 1.x milestone Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i-good-first-issue This issue is probably a good starting point for people new to coding or the OED project. p-low-priority t-enhancement This issues tracks a potential improvement to the software
Projects
None yet
Development

No branches or pull requests

1 participant