File tree Expand file tree Collapse file tree 4 files changed +14
-22
lines changed
Expand file tree Collapse file tree 4 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " dtable-ui-component" ,
3- "version" : " 6.0.45 " ,
3+ "version" : " 6.0.46 " ,
44 "main" : " ./lib/index.js" ,
55 "dependencies" : {
66 "@seafile/react-image-lightbox" : " 4.0.2" ,
77 "@seafile/seafile-calendar" : " 0.0.31" ,
8- "@seafile/seafile-editor" : " ~2.0.6 " ,
8+ "@seafile/seafile-editor" : " ~2.0.12 " ,
99 "classnames" : " 2.3.2" ,
1010 "dayjs" : " 1.10.7" ,
1111 "dtable-utils" : " ~5.0.22" ,
5050 " lib" ,
5151 " es" ,
5252 " index.js" ,
53- " packagge .json"
53+ " package .json"
5454 ],
5555 "browserslist" : {
5656 "production" : [
Original file line number Diff line number Diff line change 2323 position : relative;
2424}
2525
26- .notification-container .notification-header .notification-close- icon {
26+ .notification-container .notification-header .seatable- icon-btn {
2727 position : absolute;
2828 right : 14px ;
29- height : 24px ;
30- width : 24px ;
31- text-align : center;
32- cursor : pointer;
33- color : # 000 ;
34- opacity : 0.5 ;
35- font-weight : 700 ;
36- }
37-
38- .notification-container .notification-header .notification-close-icon : hover {
39- opacity : 0.75 ;
29+ font-weight : normal;
4030}
4131
4232.notification-container .notification-body {
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import PropTypes from 'prop-types' ;
33import { Popover } from 'reactstrap' ;
4+ import IconButton from '../IconButton' ;
5+
46import './index.css' ;
57
68export default class NotificationPopover extends React . Component {
@@ -72,7 +74,7 @@ export default class NotificationPopover extends React.Component {
7274 < div className = "notification-container" ref = { ref => this . notificationContainerRef = ref } >
7375 < div className = "notification-header" >
7476 { headerText }
75- < span className = "dtable-font dtable-icon-x notification-close-icon " onClick = { this . props . onNotificationListToggle } > </ span >
77+ < IconButton icon = "x " onClick = { this . props . onNotificationListToggle } / >
7678 </ div >
7779 < div className = "notification-body" >
7880 { this . props . enableWeixin &&
You can’t perform that action at this time.
0 commit comments