Issue #3381318: Adjust UI of Frontend Editing links
1 unresolved thread
Merge request reports
Activity
added 4 commits
-
b43f5166...fda9bed4 - 2 commits from branch
project:1.x
- 17a84e44 - Issue #3381318: Adjust UI of Frontend Editing links
- d1520d2e - Rebase
-
b43f5166...fda9bed4 - 2 commits from branch
- Resolved by Artem Dmitriiev
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; changed this line in version 3 of the diff
added 1 commit
added 1 commit
added 8 commits
-
9eb0aa4e...7b5db3cc - 3 commits from branch
project:1.x
- 941a5d86 - Issue #3381318: Adjust UI of Frontend Editing links
- 96973d43 - Issue #3381318: Adjust UI of Frontend Editing links
- 85abd624 - Issue #3381318: Adjust UI of Frontend Editing links
- 137dd38b - Issue #3381318 by yannickoo, a.dmitriiev: Adjust UI of Frontend Editing links
- d55de36c - Rebase
Toggle commit list-
9eb0aa4e...7b5db3cc - 3 commits from branch
added 1 commit
- 0a168ac9 - Set the update content link the last in actions
Please register or sign in to reply