diff options
author | silverwind <me@silverwind.io> | 2022-09-23 05:00:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 22:00:29 -0500 |
commit | 3f9e323ecd519efc94a472502085100728900d3f (patch) | |
tree | eeafcd4d324f52a152abd342fe7046d2f4b10a3f /web_src/fomantic | |
parent | 301d84e83a9a1ca81686fbd13be070769b30f2b0 (diff) | |
download | gitea-3f9e323ecd519efc94a472502085100728900d3f.tar.gz gitea-3f9e323ecd519efc94a472502085100728900d3f.zip |
Various CSS tweaks (#21244)
- Remove arc-green specific rules and instead fix the colors in the base
rules.
- Make file table row border visible on arc-green.
- Remove remnants of fomantic accordeon module that was removed.
Diffstat (limited to 'web_src/fomantic')
-rw-r--r-- | web_src/fomantic/theme.config.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web_src/fomantic/theme.config.less b/web_src/fomantic/theme.config.less index 15f3bd58a7..b92399409d 100644 --- a/web_src/fomantic/theme.config.less +++ b/web_src/fomantic/theme.config.less @@ -50,7 +50,6 @@ @table : 'default'; /* Modules */ -@accordion : 'default'; @calendar : 'default'; @checkbox : 'default'; @dimmer : 'default'; |