Skip to content

Commit ea9251d

Browse files
authored
fix(nag): overlay nags were always shown
overlay nag were always shown, although a nag should be hidden by default. While we are at it i slightly adjusted the default background for better readability
1 parent edc5e7e commit ea9251d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/definitions/modules/nag.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ a.ui.nag {
104104
.ui.overlay.nags,
105105
.ui.overlay.nag {
106106
position: absolute;
107-
display: block;
108107
}
109108
}
110109

src/themes/default/modules/nag.variables

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@zIndex: 999;
1212
@margin: 0;
1313

14-
@background: #777777;
14+
@background: #909090;
1515
@opacity: 0.95;
1616
@minHeight: 0;
1717
@padding: 0.75em 1em;

0 commit comments

Comments
 (0)