Skip to content

Commit 56e551d

Browse files
committed
Merge branch 't/12867b' into major
2 parents 2161beb + 5c583f5 commit 56e551d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

skins/kama/notification.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,14 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
4444
* Success and info notifications have the same structure as warning, but use
4545
* `cke_notification_success` and `cke_notification_info` instead of `cke_notification_warning`.
4646
*/
47+
.cke_notifications_area
48+
{
49+
/* Prevent notifications margin capture clicking. */
50+
pointer-events: none;
51+
}
4752
.cke_notification
4853
{
54+
pointer-events: auto;
4955
position: relative;
5056
margin: 10px;
5157
width: 300px;

skins/moono/notification.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,14 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
4444
* Success and info notifications have the same structure as warning, but use
4545
* `cke_notification_success` and `cke_notification_info` instead of `cke_notification_warning`.
4646
*/
47+
.cke_notifications_area
48+
{
49+
/* Prevent notification margin capture clicking. */
50+
pointer-events: none;
51+
}
4752
.cke_notification
4853
{
54+
pointer-events: auto;
4955
position: relative;
5056
margin: 10px;
5157
width: 300px;

0 commit comments

Comments
 (0)