diff --git a/app/__mocks__/svg.js b/app/__mocks__/svg.js new file mode 100644 index 000000000..ffe2050a0 --- /dev/null +++ b/app/__mocks__/svg.js @@ -0,0 +1,2 @@ +export default 'SvgrURL'; +export const ReactComponent = 'div'; diff --git a/app/assets/css/rdash.css b/app/assets/css/rdash.css index 6c2158f65..157982744 100644 --- a/app/assets/css/rdash.css +++ b/app/assets/css/rdash.css @@ -111,10 +111,10 @@ div.input-mask { background: var(--bg-widget-table-color); } .widget .widget-body table thead * { - font-size: 14px !important; + font-size: 14px; } .widget .widget-body table tbody * { - font-size: 13px !important; + font-size: 13px; } .widget .widget-body .error { color: #ff0000; diff --git a/app/assets/css/theme.css b/app/assets/css/theme.css index ae1fee7fc..9d0859cfc 100644 --- a/app/assets/css/theme.css +++ b/app/assets/css/theme.css @@ -264,6 +264,9 @@ --bg-multiselect-helpercontainer: var(--white-color); --text-input-textarea: var(--white-color); + --sort-icon-muted: var(--ui-gray-5); + --sort-icon-hover: var(--ui-gray-6); + --sort-icon: var(--ui-gray-9); --border-checkbox: var(--ui-gray-5); --bg-checkbox: var(--white-color); --border-searchbar: var(--ui-gray-5); @@ -443,6 +446,9 @@ --bg-multiselect-helpercontainer: var(--grey-1); --text-input-textarea: var(--grey-1); + --sort-icon-muted: var(--ui-gray-7); + --sort-icon-hover: var(--ui-gray-6); + --sort-icon: var(--ui-gray-3); --border-checkbox: var(--ui-gray-5); --bg-checkbox: var(--white-color); --border-searchbar: var(--ui-gray-5); @@ -614,6 +620,9 @@ --text-cm-string-color: var(--red-7); --text-progress-bar-color: var(--black-color); + --sort-icon-muted: var(--ui-gray-7); + --sort-icon-hover: var(--ui-gray-6); + --sort-icon: var(--ui-gray-3); --border-checkbox: var(--ui-gray-5); --bg-checkbox: var(--white-color); --border-searchbar: var(--ui-gray-5); diff --git a/app/portainer/components/datatables/datatable-columns-visibility/datatable-columns-visibility.html b/app/portainer/components/datatables/datatable-columns-visibility/datatable-columns-visibility.html index 89a5b8f80..7f72a34b5 100644 --- a/app/portainer/components/datatables/datatable-columns-visibility/datatable-columns-visibility.html +++ b/app/portainer/components/datatables/datatable-columns-visibility/datatable-columns-visibility.html @@ -1,5 +1,7 @@ - + + +