File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed 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 ;
4029}
4130
4231.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