liferay-frontend-theme-styled 6.0.46 → 6.0.48
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.
- package/css/portlet/_misc.scss +0 -6
- package/css/portlet/_topper.scss +0 -20
- package/package.json +1 -1
package/css/portlet/_misc.scss
CHANGED
package/css/portlet/_topper.scss
CHANGED
|
@@ -79,10 +79,6 @@ html#{$cadmin-selector} {
|
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.lfr-configurator-visibility {
|
|
82
|
-
@include media-breakpoint-down(sm) {
|
|
83
|
-
opacity: 0.5;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
82
|
@include media-breakpoint-up(sm) {
|
|
87
83
|
.portlet {
|
|
88
84
|
&:hover,
|
|
@@ -93,10 +89,6 @@ html#{$cadmin-selector} {
|
|
|
93
89
|
}
|
|
94
90
|
}
|
|
95
91
|
}
|
|
96
|
-
|
|
97
|
-
.portlet-content-editable {
|
|
98
|
-
opacity: 0.5;
|
|
99
|
-
}
|
|
100
92
|
}
|
|
101
93
|
}
|
|
102
94
|
|
|
@@ -194,12 +186,6 @@ html#{$cadmin-selector} {
|
|
|
194
186
|
border-top-right-radius: 0;
|
|
195
187
|
}
|
|
196
188
|
}
|
|
197
|
-
|
|
198
|
-
@include media-breakpoint-up(sm) {
|
|
199
|
-
.lfr-configurator-visibility & {
|
|
200
|
-
opacity: 0.5;
|
|
201
|
-
}
|
|
202
|
-
}
|
|
203
189
|
}
|
|
204
190
|
|
|
205
191
|
.portlet-name-text {
|
|
@@ -285,9 +271,3 @@ html#{$cadmin-selector} {
|
|
|
285
271
|
display: block;
|
|
286
272
|
}
|
|
287
273
|
}
|
|
288
|
-
|
|
289
|
-
.lfr-configurator-visibility {
|
|
290
|
-
@include media-breakpoint-down(sm) {
|
|
291
|
-
opacity: 0.5;
|
|
292
|
-
}
|
|
293
|
-
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"6.0.
|
|
1
|
+
{"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"6.0.48","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"}
|