Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,17 @@ html,body {
z-index: 100;
}

/*
* MiniColors 2 renders its panel inside the input's own wrapper rather than
* appending it to the body as 1.5 did, so the panel is trapped in the float
* panel's stacking context. The float panels all sit at z-index 1000, and the
* navigator comes after the inspector in the document, so it painted straight
* over the colour grid. Lift whichever panel currently has a picker open.
*/
.float-panel:has(.minicolors-focus) {
z-index: 1001;
}

.buttons-right {
position: absolute;
right: 0;
Expand Down
Binary file removed src/css/minicolors/images/circle.gif
Binary file not shown.
Binary file removed src/css/minicolors/images/gradient.png
Binary file not shown.
Binary file removed src/css/minicolors/images/line.gif
Binary file not shown.
Binary file removed src/css/minicolors/images/rainbow.png
Binary file not shown.
Binary file removed src/css/minicolors/images/trigger.png
Binary file not shown.
Loading
Loading