DataTables / SearchPanes

SearchPanes extension for DataTables
https://datatables.net
Other
19 stars 11 forks source link

Updated it from "invert();" to "invert(1);" to ensure proper inversion. #30

Closed jubilee2 closed 1 year ago

jubilee2 commented 1 year ago

Proposed Changes:

In this PR, I've made the following changes:

Updated the filter property in the CSS code to use invert(1) instead of invert() for proper inversion in dark mode.

https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/invert#parameters

css #dark-mode #filter-property

AllanJard commented 1 year ago

Many thanks for this.