File tree Expand file tree Collapse file tree 2 files changed +20
-17
lines changed
src/Umbraco.Web.UI.Client/src Expand file tree Collapse file tree 2 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 1
- .umb-tags-editor {
1
+ .umb-tags-editor {
2
2
border : @inputBorder solid 1px ;
3
3
padding : 5px ;
4
4
min-height : 54px ;
14
14
position : relative ;
15
15
user-select : all ;
16
16
17
- .umb_confirm-action {
17
+ > .btn-icon {
18
+ color : @white ;
19
+ padding : 0 ;
20
+ position : relative ;
21
+ cursor : pointer ;
22
+ padding-left : 2px ;
23
+ font-size : 15px ;
24
+ right : -5px ;
25
+ bottom : -1px ;
26
+ user-select : none ;
27
+ }
18
28
19
- > .btn-icon {
20
- color : @white ;
21
- padding : 0 ;
22
- position : relative ;
23
- cursor : pointer ;
24
- padding-left : 2px ;
25
- font-size : 15px ;
26
- right : -5px ;
27
- bottom : -1px ;
28
- user-select : none ;
29
- }
29
+ .umb_confirm-action {
30
30
31
- .umb_confirm-action__overlay .- left {
32
- top : 8px ;
33
- left : auto ;
34
- right : 15px ;
31
+ &__overlay {
32
+ & .- left {
33
+ top : 8px ;
34
+ left : auto ;
35
+ right : 15px ;
36
+ }
35
37
}
36
38
}
37
39
}
Original file line number Diff line number Diff line change 13
13
< span ng-bind-html ="tag "> </ span >
14
14
15
15
< umb-icon icon ="icon-trash "
16
+ class ="btn-icon "
16
17
ng-click ="vm.showPrompt($index, tag) "
17
18
localize ="title "
18
19
title ="@buttons_deleteTag ">
You can’t perform that action at this time.
0 commit comments