black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.26k stars 184 forks source link

Edit bookmark url in blue star menu doesn't work #715

Closed Wronschien closed 1 year ago

Wronschien commented 1 year ago

Describe the bug

In 'userChrome.css' the following code is provided as an option : #editBMPanel_locationRow { visibility: visible !important; }

But there was a code change in Firefox a few versions ago and this doesn't work anymore. Fortunately the problem has been solved on reddit, the new correct syntax is : .editBMPanel_locationRow { display: initial !important; }

Expected behavior

Use the new syntax to get it working again.

Screenshots

No response

OS

Windows 10

OS - Others

No response

Firefox Version

113.0.2

Distribution

Theme

Theme - More Info

No response

user.js setup

user.js setup
```javascript // Your settings ```

Additional context

No response

black7375 commented 1 year ago

Thank you for reporting !! It is reflected in code, so close.