Skip to content

Commit 5c7535b

Browse files
committed
MAGETWO-91262: Fix static test to check files in the lib directory
-fix after CR
1 parent be66497 commit 5c7535b

File tree

1 file changed

+0
-41
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/text

1 file changed

+0
-41
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/text/_default.less

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -28,46 +28,5 @@
2828
}
2929
}
3030
}
31-
32-
.redactor-toolbar {
33-
background: #2b2625;
34-
-moz-border-radius: 3px;
35-
-webkit-border-radius: 3px;
36-
border-radius: 3px;
37-
left: 10px !important;
38-
position: absolute !important;
39-
top: -40px !important;
40-
41-
a {
42-
color: #f8f3eb;
43-
44-
&:hover {
45-
background: @iconColorBackgroundHover;
46-
color: #f8f3eb;
47-
}
48-
}
49-
}
5031
}
5132

52-
.redactor-placeholder {
53-
min-height: 10px;
54-
}
55-
56-
.redactor-toolbar {
57-
a {
58-
&.re-fontColor {
59-
height: 42px;
60-
padding-bottom: 0;
61-
padding-top: 0;
62-
.redactor-color-picker {
63-
background: @color-black;
64-
border: 2px solid @iconColorHover;
65-
border-radius: 10px;
66-
float: left;
67-
height: 18px;
68-
margin: 12px 0;
69-
width: 18px;
70-
}
71-
}
72-
}
73-
}

0 commit comments

Comments
 (0)