liferay-frontend-theme-styled 4.0.39 → 4.0.42
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.
- package/css/base/_util.scss +0 -15
- package/css/clay/_components.scss +1 -1
- package/package.json +1 -1
package/css/base/_util.scss
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
1
|
.hide-accessible {
|
|
2
2
|
clip: rect(0 0 0 0) !important;
|
|
3
3
|
position: absolute !important;
|
|
4
|
-
|
|
5
|
-
// Webkit and IE7 let clipped content change the scroll height of the page
|
|
6
|
-
// Scale webkit to 0
|
|
7
|
-
|
|
8
|
-
-webkit-transform: scale(0);
|
|
9
|
-
-webkit-transform-origin-x: 0;
|
|
10
|
-
-webkit-transform-origin-y: 0;
|
|
11
|
-
|
|
12
|
-
// Change IE7 to using fixed
|
|
13
|
-
|
|
14
|
-
*position: fixed !important;
|
|
15
|
-
|
|
16
|
-
// ...And reset back to absolute for IE6
|
|
17
|
-
|
|
18
|
-
_position: absolute !important;
|
|
19
4
|
}
|
|
20
5
|
|
|
21
6
|
.force-offset {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"bugs":"https://issues.liferay.com/","license":"LGPL","publishConfig":{"registry":"https://registry.npmjs.org"},"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.
|
|
1
|
+
{"bugs":"https://issues.liferay.com/","license":"LGPL","publishConfig":{"registry":"https://registry.npmjs.org"},"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.42"}
|