liferay-frontend-theme-styled 2.1.17 → 2.1.21

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.
@@ -127,6 +127,10 @@
127
127
  @include sm {
128
128
  height: calc(100% - #{$dialog-footer-height});
129
129
  }
130
+
131
+ @if ((min-resolution:.001dpcm) and supports (-webkit-appearance:none)) {
132
+ height: 100%;
133
+ }
130
134
  }
131
135
 
132
136
  .button-holder {
@@ -39,14 +39,3 @@
39
39
  height: 15px;
40
40
  }
41
41
  }
42
-
43
- /* ---------- CKEditor image resizer ---------- */
44
-
45
- .cke_widget_image .cke_image_resizer {
46
- bottom: -15px;
47
- height: 5px;
48
- outline-color: transparent;
49
- padding: 5px;
50
- right: -15px;
51
- width: 5px;
52
- }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"bugs":"https://issues.liferay.com/","license":"LGPL","keywords":[],"author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","name":"liferay-frontend-theme-styled","description":"Liferay Frontend Theme Styled","main":"package.json","repository":"liferay/liferay-portal","version":"2.1.17"}
1
+ {"bugs":"https://issues.liferay.com/","license":"LGPL","keywords":[],"author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","name":"liferay-frontend-theme-styled","description":"Liferay Frontend Theme Styled","main":"package.json","repository":"liferay/liferay-portal","version":"2.1.21"}