mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 17:25:54 +01:00
d02e83a2c3
Before, in project edit page, the cancel button is not work.
https://user-images.githubusercontent.com/33891828/227182731-6478e29f-0e52-48c4-beb0-6a7d1dda6a1d.mov
1. The wrong classname `cancel` was added to the `<a>` tag. That
classname caused the default click event of `<a>` tag to be cancelled.
Because we have the following settings in the global. So I remove the
classname `cancel`.
|
||
---|---|---|
.. | ||
css | ||
fomantic | ||
js | ||
svg |