liferay-frontend-theme-styled 6.0.56 → 6.0.58

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.
@@ -49,14 +49,6 @@
49
49
  padding: $modal-inner-padding;
50
50
  }
51
51
 
52
- .management-bar-default {
53
- border-left-width: 0;
54
- border-radius: 0;
55
- border-right-width: 0;
56
- border-top-width: 0;
57
- margin-bottom: 0;
58
- }
59
-
60
52
  .navbar ~ .portlet-configuration-setup,
61
53
  .portlet-export-import-container {
62
54
  height: calc(100% - #{$dialog-navbar-height});
@@ -115,4 +115,10 @@ body.portlet {
115
115
  .portlet-topper-toolbar {
116
116
  display: none !important;
117
117
  }
118
+
119
+ .portlet-topper {
120
+ .portlet-title-default {
121
+ display: none !important;
122
+ }
123
+ }
118
124
  }
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.56","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"}
1
+ {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"6.0.58","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"}