mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
704f3aa91c
1. Remove unnecessary `btn-link` `muted` classes * Link is link, button is button, I can't see a real requirement to make a button like a link. * If anyone insists, please help to show me real example from modern frameworks / websites, how and why they do so. * No need to duplicate a lot of class names on similar elements * Declare styles clearly, for example, `markdown-toolbar` itself should have `display: flex`, but not use `gt-df` to overwrite the `display: block`. 2. Remove unnecessary `role` attribute * https://github.com/github/markdown-toolbar-element/issues/70 * The `markdown-toolbar-element` does want to add `role=button`, but there is a bug. * So we do the similar thing as upstream does (add the role by JS), until they fix their bugs. 3. Indent `markdown-switch-easymde` (before it doesn't have a proper indent) Screenshot: ![image](https://user-images.githubusercontent.com/2114189/231090912-f6ba01cb-d0eb-40ad-bf8c-ffc597d9a778.png) |
||
---|---|---|
.. | ||
chroma | ||
code | ||
codemirror | ||
console | ||
features | ||
markup | ||
modules | ||
shared | ||
standalone | ||
themes | ||
admin.css | ||
animations.css | ||
base.css | ||
dashboard.css | ||
editor-markdown.css | ||
editor.css | ||
explore.css | ||
font_i18n.css | ||
form.css | ||
helpers.css | ||
home.css | ||
index.css | ||
install.css | ||
organization.css | ||
package.css | ||
repository.css | ||
review.css | ||
runner.css | ||
svg.css | ||
tribute.css | ||
user.css |