liferay-frontend-theme-styled 6.0.108 → 6.0.111

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.
@@ -1,49 +0,0 @@
1
- .taglib-diff-html {
2
- div {
3
- &.diff-removed-image {
4
- background: #fdc6c6 url(../images/diff/minus.png);
5
- }
6
-
7
- &.diff-added-image {
8
- background: #cfc url(../images/diff/plus.png) no-repeat;
9
- }
10
-
11
- &.diff-removed-image,
12
- &.diff-added-image {
13
- height: 300px;
14
- margin: 2px;
15
- opacity: 0.55;
16
- position: absolute;
17
- width: 200px;
18
- }
19
- }
20
-
21
- span {
22
- &.diff-html-added {
23
- background-color: #cfc;
24
- font-size: 1em;
25
-
26
- img {
27
- border: 2px solid #cfc;
28
- }
29
- }
30
-
31
- &.diff-html-changed {
32
- background: url(../images/diff/underline.png) bottom repeat-x;
33
-
34
- img {
35
- border: 2px dotted #009;
36
- }
37
- }
38
-
39
- &.diff-html-removed {
40
- background-color: #fdc6c6;
41
- font-size: 1em;
42
- text-decoration: line-through;
43
-
44
- img {
45
- border: 2px solid #fdc6c6;
46
- }
47
- }
48
- }
49
- }
@@ -104,6 +104,13 @@ $table-responsive-margin-left-md: 375px !default;
104
104
  }
105
105
 
106
106
  .lfr-search-container-list {
107
+ .list-group:first-child {
108
+ dt:not(.list-group-header) + .list-group-item {
109
+ border-top-left-radius: $list-group-border-radius;
110
+ border-top-right-radius: $list-group-border-radius;
111
+ }
112
+ }
113
+
107
114
  .list-group:last-child {
108
115
  .list-group-item:nth-last-child(2) {
109
116
  border-bottom-left-radius: $list-group-border-radius;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"node-scripts format --check","format":"node-scripts format"},"version":"6.0.108","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":"node-scripts format --check","format":"node-scripts format"},"version":"6.0.111","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"}