liferay-frontend-theme-styled 5.0.26 → 5.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
.alloy-editor-container {
|
|
2
2
|
.alloy-editor {
|
|
3
|
-
&.
|
|
4
|
-
|
|
3
|
+
&.ae-placeholder {
|
|
4
|
+
~ .alloy-editor-placeholder {
|
|
5
|
+
color: #2b4259;
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
&:not(:focus) {
|
|
8
|
+
border-left-color: #dbdde1;
|
|
9
|
+
color: #b0b4bb;
|
|
10
|
+
}
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
&.readonly ~ .alloy-editor-placeholder {
|
|
13
|
+
color: #ccc;
|
|
14
|
+
}
|
|
13
15
|
}
|
|
14
16
|
}
|
|
15
17
|
|
|
@@ -21,7 +23,7 @@
|
|
|
21
23
|
}
|
|
22
24
|
}
|
|
23
25
|
|
|
24
|
-
.has-error .alloy-editor-container .alloy-editor
|
|
26
|
+
.has-error .alloy-editor-container .alloy-editor {
|
|
25
27
|
&.ae-placeholder:not(:focus) {
|
|
26
28
|
border-left-color: #c67;
|
|
27
29
|
}
|
|
@@ -94,20 +94,6 @@
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
// ---------- liferay-ui:icon-menu Taglib ----------
|
|
98
|
-
|
|
99
|
-
.lfr-icon-menu {
|
|
100
|
-
.dropdown-toggle {
|
|
101
|
-
font-size: $dropdown-action-toggle-font-size;
|
|
102
|
-
|
|
103
|
-
> span {
|
|
104
|
-
display: inherit;
|
|
105
|
-
line-height: inherit;
|
|
106
|
-
width: inherit;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
97
|
// ---------- Navbar form search ----------
|
|
112
98
|
|
|
113
99
|
.navbar form {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"5.0.
|
|
1
|
+
{"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"5.0.30","author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","bugs":"https://issues.liferay.com/","description":"Liferay Frontend Theme Styled","keywords":[],"license":"LGPL","main":"package.json","publishConfig":{"registry":"https://registry.npmjs.org"},"repository":"liferay/liferay-portal"}
|