Problem/motivation

WebKit 3.0 is drop out, don't need long form properties anymore.

.views-query-info table {
  border-radius: 0.4375rem;
  -webkit-border-horizontal-spacing: 1px;
  -webkit-border-vertical-spacing: 1px;
}

Proposer resolution:

Update -webkit-border-horizontal-spacing & -webkit-border-vertical-spacing with border-spacing.

Before patch:

After patch:

Comments

Gauravvv created an issue. See original summary.

gauravvvv’s picture

Issue summary: View changes
gauravvvv’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new1.04 KB
new334.2 KB
new299.79 KB

Attached the patch for same. Please review.

guru2023’s picture

Assigned: Unassigned » guru2023
guru2023’s picture

Assigned: guru2023 » Unassigned
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new438.09 KB
new304.41 KB

I have applied #3 patch, its working properly and attached screenshots.

lauriii’s picture

Status: Reviewed & tested by the community » Fixed

Committed fa04ea6 and pushed to 10.1.x. Thanks!

  • lauriii committed fa04ea6f on 10.1.x
    Issue #3338483 by Gauravvv, Guru2023: Claro: Update -webkit-border-...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

bnjmnm’s picture

Removing credit for screenshots in #5 that do nothing that wasn't already accomplished in #3