Commit Graph

7 Commits (0230f1e1aa8c6b43aa84b9ff44f58e08e26d2039)

Author SHA1 Message Date
silverwind 9296baf65a
Change <a> elements to underline on hover ()
Fomantic brings a opinionated style that removed underline on mouse
hover which I think is important UX to have.

This re-enables the underline in the Fomantic config and fixes a few
cases where underline was deemed disruptive.
silverwind bc81d12e68
Disable Fomantic's CSS tooltips ()
CSS-only tooltips suffer various issues with positioning and there was
only one single instance of them in the templates. Replace that instance
with a regular popup and exclude these `data-tooltip` styles from the
Fomantic build.
silverwind fe403725f4
Improve basic button and label styles ()
* Improve disabled styles for repo buttons

- Simplify disabled styling of label by matching for the disabled
  attribute.
- Raise fomantic disabled opacity from .45 to .55 to for more contrast.
- Use CSS vars for basic button styles.

* restore clickability on label

* color tweaks and remove arc-green style

* slightly reduce button size

* consolidate vars

* also cover active class

* slightly more distinct active class

* remove useless rule
silverwind 04ae0f2f3f
Disable Fomantic's custom scrollbars ()
We already have custom scrollbars in our own CSS which are superior to
Fomantic's so diable them to save a few bytes and prevent interference.
silverwind 0de546009e
CSS color variables, less bold font weight and more ()
* CSS color variables, less bold font weight

- Define color variables for fully saturated colors and apply them where
  it made sense
- Add background color helper classes
- Globally reduce bold font weight from 700 to 500
- Remove border from timeline icons
- Unify dropzone styling
- Various border style consolidations

* attempt to fix test

* another attempt at tests

* fix contains
silverwind 049a87c402
Override fonts using Fomantic config ()
Saves is from doing it manually and saves a few CSS bytes.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Lauris BH 59510d6227
Change font to Roboto to support more charsets ()