Giter VIP home page Giter VIP logo

Comments (6)

afonsof avatar afonsof commented on July 23, 2024 1

Thanks a lot for filing this issue! I've reproduces your problem:
image

Would you like to write a patch for this? We'd be more than happy to walk you through the steps involved.

from jenkins-material-theme.

stackfull avatar stackfull commented on July 23, 2024

I had this issue and had to remove the font-family applied to all elements. This broke a few cases where the font should have been changed, but it did enable the pipeline editting again.

diff --git a/less/style.less b/less/style.less
index cf190a4..6deecb4 100644
--- a/less/style.less
+++ b/less/style.less
@@ -4,10 +4,6 @@
 @import '../node_modules/jenkins-core-theme/less/codemirror';
 @import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);

-* {
-  font-family: 'Roboto', sans-serif !important;
-}
-
 body, table, form, td, th, p {
   color: @color-text !important;
 }

from jenkins-material-theme.

go2sh avatar go2sh commented on July 23, 2024

The Issue still persists... Copy the code into a PR?

from jenkins-material-theme.

afonsof avatar afonsof commented on July 23, 2024

Sorry guys, I'll fix this asap

from jenkins-material-theme.

afonsof avatar afonsof commented on July 23, 2024

The pasted diff string does not fix the problem. We cannot remove the Roboto font from everything instead we have to apply the Roboto Mono to the pipeline editor.

@go2sh What plugin do I need to install to see this issue? Could you describe the steps to reproduce it?

from jenkins-material-theme.

go2sh avatar go2sh commented on July 23, 2024

@afonsof You need the pipeline plugins (pipeline-job). Then create or alter a pipeline project. In the project configuration view you find Pipeline and then Script. This textarea is problematic.
image
Note that I marked the end of the line. :) Thank you for fixing it. I really appreciate your work.

from jenkins-material-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.