Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround to add border to the dock does not work when custom colour and/or dynamic opacity is selected #2332

Closed
n3thshan opened this issue Nov 16, 2024 · 2 comments

Comments

@n3thshan
Copy link

Description

The quick workaround to add the border as suggested by @micheleg is as follows:

#dashtodockContainer .dash-background {
     border: 1px solid grey !important;
}

However the issue is that the border disappears as soon i try to customize the dash colour and/or if i set opacity to dynamic. The workaround only works with the toggle off for dash colour AND/OR when opacity is selected as "Default" or "Fixed"

Steps to reproduce

  1. Add the workaround above to the stylesheet.css file
  2. Go to dock settings>Appearance
  3. Toggle on customize the dash colour AND/OR under customize opacity, select "Dynamic"

Observed result

Border does not appear

Expected result

Border should be persistent across any setting regardless

@vanvugt
Copy link
Collaborator

vanvugt commented Jan 9, 2025

Since the feature doesn't exist yet, let's group this with #1883.

@vanvugt
Copy link
Collaborator

vanvugt commented Jan 9, 2025

Duplicate of #1883

@vanvugt vanvugt marked this as a duplicate of #1883 Jan 9, 2025
@vanvugt vanvugt closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants