Fix plugin-count styling issue

.notice class was adding border to .plugin-count bullet
This commit is contained in:
abuyoyo 2023-09-27 22:24:20 +03:00
parent bbec303755
commit 93afbe9b5b

View File

@ -166,7 +166,7 @@ var NoticeManager = (function ($, document) {
return 'error'
if (notices.filter(":visible").filter(selectors_warning.join(", ")).length)
return 'warning'
return 'notice'
return 'info'
},
/**
@ -179,7 +179,7 @@ var NoticeManager = (function ($, document) {
return 'error'
if (notices.filter(selectors_warning.join(", ")).length)
return 'warning'
return 'notice'
return 'info'
},
/**