liferay-frontend-theme-styled 6.0.50 → 6.0.52

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.
@@ -98,7 +98,8 @@ body.portlet {
98
98
  }
99
99
 
100
100
  &:hover,
101
- &.open {
101
+ &.open,
102
+ &.focus {
102
103
  .visible-interaction {
103
104
  display: block;
104
105
  }
@@ -3,11 +3,3 @@
3
3
  font-size: 13px;
4
4
  }
5
5
  }
6
-
7
- .lfr-panel-page {
8
- width: 100%;
9
-
10
- .lfr-add-content h2 span {
11
- background-color: #d3dadd;
12
- }
13
- }
@@ -112,6 +112,14 @@ html#{$cadmin-selector} {
112
112
  }
113
113
  }
114
114
  }
115
+
116
+ &.open {
117
+ > .cadmin.portlet-topper {
118
+ @include media-breakpoint-up(md) {
119
+ transition-duration: 0ms;
120
+ }
121
+ }
122
+ }
115
123
  }
116
124
  }
117
125
 
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.50","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.52","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"}