Template dropdown button needs CSS fix

Created on 7 February 2025, about 2 months ago

Problem/Motivation

Since release 2.0.5, the 'Applied' dropdown within the 'Template' panel of the sidebar is hidden until you hover it.

Proposed resolution

Add a fix to the bpmn_io.css @134:
change

#bpmn-io .bio-properties-panel-group-header-button.bio-properties-panel-select-template-button {
  background-color: var(--select-template-background-color);
}

to

#bpmn-io .bio-properties-panel-applied-template-button .bio-properties-panel-group-header-button, /* Added this line */
#bpmn-io .bio-properties-panel-group-header-button.bio-properties-panel-select-template-button {
  background-color: var(--select-template-background-color);
}

Remaining tasks

MR is coming.

πŸ“Œ Task
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡«πŸ‡·France PhilY πŸ‡ͺπŸ‡ΊπŸ‡«πŸ‡· Paris, France

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024