You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should be the styling for selected lines of code in file view (I think?) is also affecting the code editor because it ends up with the same class structure of .code-view .active
The text was updated successfully, but these errors were encountered:
Would be nice while fixing this to also fix what ever is causing everything comment/editor related to be monospaced -- assume general issue is that the comments/editor don't actually belong in code-view class
mrsdizzie
added a commit
to mrsdizzie/gitea
that referenced
this issue
Oct 2, 2020
code-view class seems unecessary here as everything needed style wise comes from various diff classes. This allows comments and comment editor to be styled properly and fixes linked bug.
Fixesgo-gitea#13010
code-view class seems unecessary here as everything needed style wise comes from various diff classes. This allows comments and comment editor to be styled properly and fixes linked bug.
Fixes#13010
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
What should be the styling for selected lines of code in file view (I think?) is also affecting the code editor because it ends up with the same class structure of .code-view .active
The text was updated successfully, but these errors were encountered: