Project

General

Profile

Defect #43512 ยป copy-button-rtl-fix.patch

Go MAEDA, 2025-11-23 06:23

View differences:

app/assets/stylesheets/application.css
1619 1619
div.pre-wrapper a.copy-pre-content-link {
1620 1620
  position: absolute;
1621 1621
  top: 3px;
1622
  right: calc(1em + 3px);
1622
  inset-inline-end: calc(1em + 3px);
1623 1623
  cursor: pointer;
1624 1624
  display: none;
1625 1625
  border-radius: 3px;
1626 1626
  background: var(--oc-white);
1627 1627
  border: 1px solid var(--oc-gray-4);
1628
  padding: 0px 3px 3px 3px;
1628
  padding-top: 0;
1629
  padding-bottom: 3px;
1630
  padding-inline: 3px;
1629 1631
}
1630 1632

  
1631 1633
div.pre-wrapper:hover a.copy-pre-content-link {
    (1-1/1)