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

Disable Address bar fade effect #1061

Open
mStirner opened this issue Jan 7, 2025 · 0 comments
Open

Disable Address bar fade effect #1061

mStirner opened this issue Jan 7, 2025 · 0 comments
Labels
Browser::Upstream Changes or bugs from Firefox Class::Color Color, background, blur, etc. Component::URLbar URL(address), search field or view Issue::Enhancement New feature or request

Comments

@mStirner
Copy link

mStirner commented Jan 7, 2025

Is your feature request related to a problem?

Since the update to v133.0.3, the browser address bar has a transition effect on the background of the address bar.

The solution I'd like

I would like that it has it full color/alpha channel from the begin, when i click in the address bar.

Screenshots or video

No response

Alternatives I've considered

Asked ChatGPT about the problem, and is suggested to add custom css rules to chrome.css

/** Import Lepton stylesheet (Chrome) *****************************************/
@import url("css/leptonChrome.css");


/** Add your custom styles below **********************************************/

/* Enable option to edit bookmark URLs under Add Bookmark (blue star) menu */
/*
.editBMPanel_locationRow {
  display: initial !important;
}
*/

/* Disable Email Image/Audio/Video and Set as Desktop Background context menu items */
/*
#context-sendimage,
#context-sendvideo,
#context-sendaudio,
#context-sep-setbackground,
#context-setDesktopBackground {
  display: none !important;
}
*/

#urlbar {
    transition: none !important;
}

But #urlbar{...} did nothing and the effect is still present.

Additional context

No response

@mStirner mStirner added the Issue::Enhancement New feature or request label Jan 7, 2025
@black7375 black7375 added Class::Color Color, background, blur, etc. Component::URLbar URL(address), search field or view Browser::Upstream Changes or bugs from Firefox labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Browser::Upstream Changes or bugs from Firefox Class::Color Color, background, blur, etc. Component::URLbar URL(address), search field or view Issue::Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants