Skip to content

Instantly share code, notes, and snippets.

@wincent

wincent/a.diff Secret

Created October 13, 2020 09:37
Show Gist options
  • Save wincent/88607f2458178163ac8bc5542e8f556a to your computer and use it in GitHub Desktop.
Save wincent/88607f2458178163ac8bc5542e8f556a to your computer and use it in GitHub Desktop.
diff --git a/4.0.23/node_modules/.yarn-integrity b/4.0.27/node_modules/.yarn-integrity
index 031efc1..e7d0edd 100644
--- a/4.0.23/node_modules/.yarn-integrity
+++ b/4.0.27/node_modules/.yarn-integrity
@@ -6,10 +6,10 @@
"flags": [],
"linkedModules": [],
"topLevelPatterns": [
- "liferay-frontend-theme-styled@4.0.23"
+ "liferay-frontend-theme-styled@4.0.27"
],
"lockfileEntries": {
- "liferay-frontend-theme-styled@4.0.23": "https://registry.yarnpkg.com/liferay-frontend-theme-styled/-/liferay-frontend-theme-styled-4.0.23.tgz#26d42bfa018d638958715df8358ca755be6849a3"
+ "liferay-frontend-theme-styled@4.0.27": "https://registry.yarnpkg.com/liferay-frontend-theme-styled/-/liferay-frontend-theme-styled-4.0.27.tgz#409eaa181423c5d9b6e93dcfc1d0aa5320761839"
},
"files": [],
"artifacts": {}
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/_custom.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/_custom.scss
index feff6b9..af062bc 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/_custom.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/_custom.scss
@@ -1 +1 @@
-/*This file allows you to override default styles in one central location for easier upgrade and maintenance.*/
+// This file allows you to override default styles in one central location for easier upgrade and maintenance.
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/_extras.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/_extras.scss
index 8938d6f..8c3d942 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/_extras.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/_extras.scss
@@ -434,7 +434,7 @@ body > .lfr-menu-list ul,
}
}
-/* ---------- Switches ---------- */
+// ---------- Switches ----------
input.switch {
&:focus ~ .switch-bar:before {
@@ -452,7 +452,7 @@ input.switch {
}
}
-/* ---------- Image selector ---------- */
+// ---------- Image selector ----------
.taglib-image-selector {
.icon-check {
@@ -466,7 +466,7 @@ input.switch {
}
}
-/* ---------- Drop here info ---------- */
+// ---------- Drop here info ----------
.drop-here-info {
@include transition(all 0.2s ease-in-out);
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/_liferay_custom.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/_liferay_custom.scss
index ba85af9..a332b50 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/_liferay_custom.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/_liferay_custom.scss
@@ -1,4 +1,4 @@
-/* ---------- Help messages, general additional information, etc. ---------- */
+// ---------- Help messages, general additional information, etc. ----------
.portlet-msg-alert,
.portlet-msg-error,
@@ -22,31 +22,31 @@
padding-left: 30px;
}
-/* ---------- Error messages ---------- */
+// ---------- Error messages ----------
.portlet-msg-error {
@extend .alert-danger;
}
-/* ---------- Alert messages ---------- */
+// ---------- Alert messages ----------
.portlet-msg-alert {
@extend .alert-warning;
}
-/* ---------- Success messages ---------- */
+// ---------- Success messages ----------
.portlet-msg-success {
@extend .alert-success;
}
-/* ---------- Misc ---------- */
+// ---------- Misc ----------
.navbar .nav li > a {
@include overflow-wrap(break-all);
}
-/* ---------- Status ---------- */
+// ---------- Status ----------
.entry-status {
&.approved {
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_editor_alloy.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_editor_alloy.scss
index 139514d..4b7d298 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_editor_alloy.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_editor_alloy.scss
@@ -23,6 +23,6 @@
.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
&.ae-placeholder:not(:focus) {
- border-left-color: #cc6677;
+ border-left-color: #c67;
}
}
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_editor_ckeditor.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_editor_ckeditor.scss
index 70be759..70104c0 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_editor_ckeditor.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_editor_ckeditor.scss
@@ -30,7 +30,7 @@
}
}
-/* ---------- CKEditor table ---------- */
+// ---------- CKEditor table ----------
.cke_show_border {
width: 500px;
@@ -40,7 +40,7 @@
}
}
-/* ---------- CKEditor image resizer ---------- */
+// ---------- CKEditor image resizer ----------
.cke_widget_image .cke_image_resizer {
bottom: -15px;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_editor_html.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_editor_html.scss
index d803ccb..6a5b4a1 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_editor_html.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_editor_html.scss
@@ -1,7 +1,6 @@
.html-editor.portlet {
background: #fff;
color: #000;
- line-height: 1;
padding: 1em;
text-align: start;
}
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_list_group_deprecated.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_list_group_deprecated.scss
index b1adc03..9adc0cc 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_list_group_deprecated.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_list_group_deprecated.scss
@@ -8,7 +8,7 @@
}
> .active {
- border-width: 1px 0 0 0;
+ border-width: 1px 0 0;
> a {
&,
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_tag_list.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_tag_list.scss
index af5bec5..e984852 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_tag_list.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_tag_list.scss
@@ -1,7 +1,7 @@
.tag-items {
list-style: none;
margin: 0 1em 0 0;
- padding: 0 1em 0.5em 1em;
+ padding: 0 1em 0.5em;
white-space: normal;
li {
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_variables.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_variables.scss
index 8742dee..4818b4a 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/application/_variables.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/application/_variables.scss
@@ -1,10 +1,10 @@
-/* ---------- Cards ---------- */
+// ---------- Cards ----------
$card-tab-border-left-color: #65b6f0;
$card-tab-border-left-width: 4px;
$card-tab-padding-left-width: 20px;
-/* ---------- Cards horizontal ---------- */
+// ---------- Cards horizontal ----------
$card-horizontal-on-border: #65b6f0 !default;
$card-horizontal-on-border-width: 2px !default;
@@ -80,7 +80,7 @@ $lfr-page-layouts-card-checked: map-merge(
$lfr-page-layouts-card-checked
);
-/* ---------- Dialogs ---------- */
+// ---------- Dialogs ----------
$dialog-footer-bg: $white !default;
$dialog-footer-border-color: $modal-footer-border-color !default;
@@ -107,7 +107,7 @@ $dialog-desktop-navbar-height: if(
$dialog-footer-padding: 20px !default;
$dialog-iframe-padding: 0 !default;
-/* ---------- Splitter ---------- */
+// ---------- Splitter ----------
$splitter-bg: map-get($panel-secondary, header-bg) !default;
$splitter-border-radius: nth($panel-border-radius, 1)
@@ -122,7 +122,7 @@ $splitter-padding: 10px 15px !default;
$splitter-spaced-border-radius: $panel-border-radius;
$splitter-text-color: map-get($panel-secondary, color) !default;
-/* ---------- Toggle card ---------- */
+// ---------- Toggle card ----------
$toggle-card-border-radius: 2px !default;
@@ -144,7 +144,7 @@ $toggle-card-on-icon-bg: $white !default;
$toggle-card-on-icon-border: #65b6f0 !default;
$toggle-card-on-icon-border-width: 0 !default;
-/* ---------- File icons colors ---------- */
+// ---------- File icons colors ----------
$file-icon-color-0: $white !default;
$file-icon-color-1: $white !default;
@@ -155,7 +155,7 @@ $file-icon-color-5: $white !default;
$file-icon-color-6: $white !default;
$file-icon-color-7: $white !default;
-/* ---------- File icons text colors ---------- */
+// ---------- File icons text colors ----------
$file-icon-text-color-0: #6b6c7e !default;
$file-icon-text-color-1: #a7a9bc !default;
@@ -166,7 +166,7 @@ $file-icon-text-color-5: #ff5f5f !default;
$file-icon-text-color-6: #4b9bff !default;
$file-icon-text-color-7: #272833 !default;
-/* ---------- User icons background colors ---------- */
+// ---------- User icons background colors ----------
$user-icon-bg-color-0: $white !default;
$user-icon-bg-color-1: $white !default;
@@ -179,7 +179,7 @@ $user-icon-bg-color-7: $white !default;
$user-icon-bg-color-8: $white !default;
$user-icon-bg-color-9: $white !default;
-/* ---------- User icons border color ---------- */
+// ---------- User icons border color ----------
$user-icon-border-color-0: $gray-300 !default;
$user-icon-border-color-1: $gray-300 !default;
@@ -192,7 +192,7 @@ $user-icon-border-color-7: $gray-300 !default;
$user-icon-border-color-8: $gray-300 !default;
$user-icon-border-color-9: $gray-300 !default;
-/* ---------- User icons colors ---------- */
+// ---------- User icons colors ----------
$user-icon-color-0: #6b6c7e !default;
$user-icon-color-1: #4b9bff !default;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/base/_misc.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/base/_misc.scss
index 92a2853..a27e635 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/base/_misc.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/base/_misc.scss
@@ -1,16 +1,16 @@
-/* ---------- Main content body ---------- */
+// ---------- Main content body ----------
.portal-iframe #main-content {
width: 100%;
}
-/* ---------- Separator ---------- */
+// ---------- Separator ----------
.separator {
border-top: 1px solid #cdced9;
}
-/* ---------- Status ---------- */
+// ---------- Status ----------
.entry-status {
border-left: 4px solid transparent;
@@ -20,7 +20,7 @@ span.alert {
display: inline-block;
}
-/* ---------- Update manager ---------- */
+// ---------- Update manager ----------
.update-available {
margin-top: 10px;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/base/_util.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/base/_util.scss
index b3c324f..3c3a5b6 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/base/_util.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/base/_util.scss
@@ -2,14 +2,19 @@
clip: rect(0 0 0 0) !important;
position: absolute !important;
- /*Webkit and IE7 let clipped content change the scroll height of the page*/
- /*Scale webkit to 0*/
+ // Webkit and IE7 let clipped content change the scroll height of the page
+ // Scale webkit to 0
+
-webkit-transform: scale(0);
-webkit-transform-origin-x: 0;
-webkit-transform-origin-y: 0;
- /*Change IE7 to using fixed*/
+
+ // Change IE7 to using fixed
+
*position: fixed !important;
- /*...And reset back to absolute for IE6*/
+
+ // ...And reset back to absolute for IE6
+
_position: absolute !important;
}
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/_mixins.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/_mixins.scss
index 8f63fc4..99ed7a9 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/_mixins.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/_mixins.scss
@@ -60,7 +60,7 @@
$end-color $end-percent
); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}', endColorstr='#{ie-hex-str($end-color)}', GradientType=1); // IE9 and down
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}', endColorstr='#{ie-hex-str($end-color)}', GradientType=1); // IE9 and down
}
// Vertical gradient, from top to bottom
@@ -90,7 +90,7 @@
$end-color $end-percent
); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}', endColorstr='#{ie-hex-str($end-color)}', GradientType=0); // IE9 and down
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}', endColorstr='#{ie-hex-str($end-color)}', GradientType=0); // IE9 and down
}
@mixin gradient-directional($start-color: #555, $end-color: #333, $deg: 45deg) {
@@ -137,7 +137,7 @@
$end-color
);
background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}', endColorstr='#{ie-hex-str($end-color)}', GradientType=1); // IE9 and down, gets no color-stop at all for proper fallback
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}', endColorstr='#{ie-hex-str($end-color)}', GradientType=1); // IE9 and down, gets no color-stop at all for proper fallback
}
@mixin gradient-vertical-three-colors(
@@ -162,7 +162,7 @@
$end-color
);
background-repeat: no-repeat;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}', endColorstr='#{ie-hex-str($end-color)}', GradientType=0); // IE9 and down, gets no color-stop at all for proper fallback
+ filter: progid:dximagetransform.microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}', endColorstr='#{ie-hex-str($end-color)}', GradientType=0); // IE9 and down, gets no color-stop at all for proper fallback
}
@mixin gradient-radial($inner-color: #555, $outer-color: #333) {
@@ -246,7 +246,7 @@
// the IE filter for IE9 and below.
@mixin reset-filter() {
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
+ filter: progid:dximagetransform.microsoft.gradient(enabled = false);
}
// _responsive-visibility.scss
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/components/_forms.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/components/_forms.scss
index 2aa0fb8..0466650 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/components/_forms.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/components/_forms.scss
@@ -148,7 +148,7 @@
width: 100%;
}
- /* ---------- Input group ---------- */
+ // ---------- Input group ----------
.input-group-addon {
align-items: center;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/components/_liferay.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/components/_liferay.scss
index 91bdbd1..42b88d1 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/components/_liferay.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/components/_liferay.scss
@@ -87,13 +87,13 @@
}
}
- /* ---------- Modals ---------- */
+ // ---------- Modals ----------
.dialog-with-footer .button-holder.dialog-footer {
background-color: $modal-content-bg;
}
- /* ---------- Friendly URL ---------- */
+ // ---------- Friendly URL ----------
.lfr-friendly-url-input-group.input-group {
.input-group-addon {
@@ -106,7 +106,7 @@
}
}
- /* ---------- Forms builder ---------- */
+ // ---------- Forms builder ----------
#settings .lfr-ddm-form-page {
margin-top: 0;
@@ -154,7 +154,7 @@
top: -22px;
}
- /* ---------- Portlet forms ---------- */
+ // ---------- Portlet forms ----------
.portal-popup,
.portlet-forms-admin {
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/components/_pager.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/components/_pager.scss
index 89843c7..91d68c4 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/components/_pager.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/components/_pager.scss
@@ -1,7 +1,7 @@
@if $compat-pager {
.pager {
list-style: none;
- margin: $line-height-base 0;
+ margin: map-get($spacers, 4) 0;
padding-left: 0;
text-align: center;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/components/_simple_flexbox_grid.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/components/_simple_flexbox_grid.scss
index 5bac02f..9277f75 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/compat/components/_simple_flexbox_grid.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/compat/components/_simple_flexbox_grid.scss
@@ -5,7 +5,6 @@
display: -ms-flexbox;
display: flex;
flex-direction: row;
- flex-flow: row;
flex-wrap: wrap;
}
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/layout/_layout.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/layout/_layout.scss
index 033dbdb..9c1dd49 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/layout/_layout.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/layout/_layout.scss
@@ -1,10 +1,10 @@
-/* ---------- Column widths ---------- */
+// ---------- Column widths ----------
.portlet-column-content.empty {
padding: $portlet-column-content-empty-padding;
}
-/* ---------- Wrapper ---------- */
+// ---------- Wrapper ----------
#wrapper {
padding-bottom: $wrapper-padding-bottom;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portal/_uploader.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portal/_uploader.scss
index 7ba9d9b..39b2f6c 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portal/_uploader.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portal/_uploader.scss
@@ -32,16 +32,6 @@
}
}
- .multiple-files .upload-file {
- &.upload-complete {
- }
- }
-
- .upload-file {
- .file-title {
- }
- }
-
.upload-list-info h4 {
font-size: 1.3em;
}
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portlet/_app_components.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portlet/_app_components.scss
index efbea8a..5c4e6a1 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portlet/_app_components.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portlet/_app_components.scss
@@ -1,15 +1,15 @@
-/* ---------- Dynamic data list display/Journal portlet ---------- */
+// ---------- Dynamic data list display/Journal portlet ----------
.portlet-dynamic-data-lists-display,
.portlet-dynamic-data-lists {
.lfr-ddm-field-group {
margin-bottom: 10px;
margin-top: 10px;
- padding: 28px 24px 28px;
+ padding: 28px 24px;
}
}
-/* ---------- Breadcrumb taglib ---------- */
+// ---------- Breadcrumb taglib ----------
.breadcrumb.breadcrumb-vertical {
display: inline-block;
@@ -34,7 +34,7 @@
}
}
-/* ---------- Calendar taglib ---------- */
+// ---------- Calendar taglib ----------
.taglib-calendar {
tr {
@@ -88,7 +88,7 @@
}
}
-/* ---------- Navbar form search ---------- */
+// ---------- Navbar form search ----------
.navbar form {
margin: 0;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portlet/_spec.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portlet/_spec.scss
index fa7a605..abe85b0 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portlet/_spec.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portlet/_spec.scss
@@ -1,6 +1,8 @@
-/* ---------- Standard styles defined in the JSR 168 specification ---------- */
+// ---------- Standard styles defined in the JSR 168 specification ----------
-/* ---------- Fonts ---------- */
+// stylelint-disable block-no-empty
+
+// ---------- Fonts ----------
.portlet-font {
}
@@ -8,7 +10,7 @@
.portlet-font-dim {
}
-/* ---------- Sections ---------- */
+// ---------- Sections ----------
.portlet-section-selected {
&,
@@ -34,7 +36,7 @@
.portlet-section-text {
}
-/* ---------- Forms ---------- */
+// ---------- Forms ----------
.portlet-form-label {
}
@@ -51,7 +53,7 @@
.portlet-form-field {
}
-/* ---------- Icons ---------- */
+// ---------- Icons ----------
.portlet-icon-label {
}
@@ -59,7 +61,7 @@
.portlet-dlg-icon-label {
}
-/* ---------- Menus ---------- */
+// ---------- Menus ----------
.portlet-menu {
}
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portlet/_topper.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portlet/_topper.scss
index bf2a272..4448bc2 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portlet/_topper.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portlet/_topper.scss
@@ -68,7 +68,7 @@
border-width: $portlet-content-border-width;
}
-/* ---------- Portlet topper ---------- */
+// ---------- Portlet topper ----------
.portlet-actions {
float: right;
@@ -84,7 +84,7 @@
}
.portlet-title-default {
- box-flex: 1;
+ box-flex: 1; // stylelint-disable-line property-no-unknown
-moz-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
@@ -95,7 +95,7 @@
}
.portlet-title-menu {
- box-flex: 0;
+ box-flex: 0; // stylelint-disable-line property-no-unknown
-moz-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
@@ -163,7 +163,7 @@
}
}
-/* ---------- Portlet controls in mobile ---------- */
+// ---------- Portlet controls in mobile ----------
.controls-visible {
.portlet-content-editable {
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portlet/_variables.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portlet/_variables.scss
index 36e55e6..5e6fe21 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/portlet/_variables.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/portlet/_variables.scss
@@ -1,4 +1,4 @@
-/* ---------- Portlet topper ---------- */
+// ---------- Portlet topper ----------
$navbar-default-bg: #f7f7f7;
$navbar-default-border: transparent;
@@ -32,7 +32,7 @@ $portlet-content-border-width: $portlet-content-border-top-width
$portlet-content-border-right-width $portlet-content-border-bottom-width
$portlet-content-border-left-width !default;
-/* ---------- Portlet decorator ---------- */
+// ---------- Portlet decorator ----------
$portlet-borderless-padding: map-get($spacers, 3) !default;
@@ -42,6 +42,6 @@ $portlet-decorate-border-style: solid !default;
$portlet-decorate-border-width: $portlet-content-border-width !default;
$portlet-decorate-padding: map-get($spacers, 3) !default;
-/* ---------- Portlet header ---------- */
+// ---------- Portlet header ----------
$portlet-header-margin-bottom: map-get($spacers, 3) !default;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/css/taglib/_variables.scss b/4.0.27/node_modules/liferay-frontend-theme-styled/css/taglib/_variables.scss
index c5a080a..daea961 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/css/taglib/_variables.scss
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/css/taglib/_variables.scss
@@ -1,7 +1,7 @@
-/* ---------- Input file ---------- */
+// ---------- Input file ----------
$focus-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff !default;
-/* ---------- Table ---------- */
+// ---------- Table ----------
$table-responsive-margin-left-md: 375px !default;
diff --git a/4.0.23/node_modules/liferay-frontend-theme-styled/package.json b/4.0.27/node_modules/liferay-frontend-theme-styled/package.json
index 65633bf..2c23826 100644
--- a/4.0.23/node_modules/liferay-frontend-theme-styled/package.json
+++ b/4.0.27/node_modules/liferay-frontend-theme-styled/package.json
@@ -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":"4.0.23"}
\ No newline at end of file
+{"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":"4.0.27"}
\ No newline at end of file
diff --git a/4.0.23/package.json b/4.0.27/package.json
index 047ef67..64f5023 100644
--- a/4.0.23/package.json
+++ b/4.0.27/package.json
@@ -1,9 +1,9 @@
{
- "name": "4.0.23",
+ "name": "4.0.27",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
- "liferay-frontend-theme-styled": "4.0.23"
+ "liferay-frontend-theme-styled": "4.0.27"
}
}
diff --git a/4.0.23/yarn.lock b/4.0.27/yarn.lock
index b5dc391..c993023 100644
--- a/4.0.23/yarn.lock
+++ b/4.0.27/yarn.lock
@@ -2,7 +2,7 @@
# yarn lockfile v1
-liferay-frontend-theme-styled@4.0.23:
- version "4.0.23"
- resolved "https://registry.yarnpkg.com/liferay-frontend-theme-styled/-/liferay-frontend-theme-styled-4.0.23.tgz#26d42bfa018d638958715df8358ca755be6849a3"
- integrity sha512-l2+clwQnXa7RlJ55Mejy7ekqoVjpP8E5n2fZpD2VG5rj0FrOdDuuXS1MCfG1ygo5ZW2kZ29ZhemTO4C4ShbxiQ==
+liferay-frontend-theme-styled@4.0.27:
+ version "4.0.27"
+ resolved "https://registry.yarnpkg.com/liferay-frontend-theme-styled/-/liferay-frontend-theme-styled-4.0.27.tgz#409eaa181423c5d9b6e93dcfc1d0aa5320761839"
+ integrity sha512-DOHevzqwNpzn6Zp4aeQkYBnkm6dwIh3umFACNzeKpHxUdgZiwwG7vUi1zhqh2Ogf7Ejsu3/d8KZ8ojFFoc0uLg==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment