Open
Bug 1453411
Opened 7 years ago
Updated 2 years ago
Separators in menus don't have margins
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
People
(Reporter: zzag, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180411100123
Steps to reproduce:
Create a gtk theme with only a single rule:
```css
/* gtk.css */
separator {
margin-top: 100px;
margin-bottom: 3px;
background-color: red;
}
```
Actual results:
Separators don't have margins. See attached screenshot.
Expected results:
Separators should have margins.
Reporter | ||
Updated•7 years ago
|
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Comment 1•6 years ago
|
||
Priority: -- → P5
status-firefox88:
--- → affected
status-firefox89:
--- → affected
status-firefox90:
--- → affected
status-firefox91:
--- → affected
status-firefox95:
--- → affected
status-firefox96:
--- → affected
status-firefox97:
--- → affected
status-firefox98:
--- → affected
Comment 2•3 years ago
|
||
The bug has a release status flag that shows some version of Firefox is affected, thus it will be considered confirmed.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
to celebrate the imminent end of Firefox in the US (or not) https://designsystem.digital.gov/documentation/developers/#browser-support-2
ping?
You need to log in
before you can comment on or make changes to this bug.
Description
•