Skip to content
Snippets Groups Projects

Issue #3381318: Adjust UI of Frontend Editing links

Merged Issue #3381318: Adjust UI of Frontend Editing links
1 unresolved thread
1 unresolved thread

Merge request reports

Merged by Artem DmitriievArtem Dmitriiev 1 year ago (Aug 22, 2023 2:25pm UTC)

Merge details

  • Changes merged into 1.x with cb31a204 (commits were squashed).
  • Did not delete the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 115 .frontend-editing-actions .ajax-progress .throbber {
    116 display: block;
    117 width: 100%;
    118 padding: 0;
    119 opacity: 0.4;
    120 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24'%3E%3Cstyle%3E@keyframes spinner%7Bto%7Btransform:rotate(360deg)%7D%7D%3C/style%3E%3Cpath d='M12 4a8 8 0 0 1 7.89 6.7 1.53 1.53 0 0 0 1.49 1.3 1.5 1.5 0 0 0 1.48-1.75 11 11 0 0 0-21.72 0A1.5 1.5 0 0 0 2.62 12a1.53 1.53 0 0 0 1.49-1.3A8 8 0 0 1 12 4Z' style='transform-origin:center;animation:spinner .75s infinite linear'/%3E%3C/svg%3E");
    121 background-size: 18px;
    122 background-position: center;
    123 }
    124
    94 125 /* Style editing icon */
    95 126 .frontend-editing__action {
    96 127 display: inline-block;
    97 width: 24px;
    98 height: 24px;
    128 width: 36px;
  • Yannick added 1 commit

    added 1 commit

    Compare with previous version

  • Artem Dmitriiev added 1 commit

    added 1 commit

    • 9eb0aa4e - Issue #3381318 by yannickoo, a.dmitriiev: Adjust UI of Frontend Editing links

    Compare with previous version

  • Artem Dmitriiev added 8 commits

    added 8 commits

    Compare with previous version

  • Artem Dmitriiev added 1 commit

    added 1 commit

    • 0a168ac9 - Set the update content link the last in actions

    Compare with previous version

  • Please register or sign in to reply
    Loading