Closed Bug 1743041 Opened 2 years ago Closed 2 years ago

Add an intervention for lu.ma

Categories

(Web Compatibility :: Interventions, enhancement)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ksenia, Assigned: karlcow)

References

()

Details

Attachments

(1 file)

The site is using the following Firefox-only style, which is making input fields unusable:

@-moz-document url-prefix() {
	.luma-input-wrapper .inner-wrapper {
		display:table-caption;
	}
}

Lets add the following to override it (limiting only to .duration-inputs):

.duration-inputs .luma-input-wrapper .inner-wrapper {
  display: block!important;
}

This needs to be done for both desktop and mobile for https://lu.ma/ domain.

Assignee: nobody → kdubost
Status: NEW → ASSIGNED
Type: defect → enhancement
Attached file GitHub Pull Request

PR merged. As shipping will happen in bug 1720143, I will close this as fixed - that makes it easier to spot the things that still need to be done.

Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
See Also: → 1747366
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: