Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102673871
display.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 23, 03:08
Size
645 B
Mime Type
text/x-java
Expires
Tue, Feb 25, 03:08 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
24359264
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
display.js
View Options
import style from './style';
import compose from './compose';
export var displayPrint = style({
prop: 'displayPrint',
cssProperty: false,
transform: function transform(value) {
return {
'@media print': {
display: value
}
};
}
});
export var displayRaw = style({
prop: 'display'
});
export var overflow = style({
prop: 'overflow'
});
export var textOverflow = style({
prop: 'textOverflow'
});
export var visibility = style({
prop: 'visibility'
});
export var whiteSpace = style({
prop: 'whiteSpace'
});
export default compose(displayPrint, displayRaw, overflow, textOverflow, visibility, whiteSpace);
Event Timeline
Log In to Comment