dark-theme-plugin icon indicating copy to clipboard operation
dark-theme-plugin copied to clipboard

Jenkins Dashboard-View Portlets mis-styled

Open rhaludir opened this issue 3 years ago • 1 comments

Example: image

Jenkins docker container, vers. 2.370 Dark Theme plugin, vers. 245.vb_a_2b_b_010ea_96 Dashboard View plugin, vers. 2.447.vda_124dd35f11

Recreate with: New view > Dashboard > Select jobs and add portlets > view in dark mode.

rhaludir avatar Sep 28 '22 16:09 rhaludir

.jenkins-breadcrumbs {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0.55rem 0.7rem 0.55rem 0.75rem;
  backdrop-filter: blur(15px);
  overflow-x: auto;
  background: var(--breadcrumbs-bar-background);

src/main/frontend/main.scss -> --breadcrumbs-bar-background: hsl(240, 6%, 9%, 0.8); (color looks fine, but what show up in browser is different, (see jpeg) , so something must overwrite it. Just deleting it look better)

jennkins-darktheme-bgcolor

fenchu avatar Oct 26 '22 07:10 fenchu