* Added translation for clear with marker so I can see if it loads correcly. Installing Umbraco locally to try it out.
* Added Clear translation to en.xml, en-us.xml and sv.xml.
* befin translation search placeholder. Not working for some reason, investiagte.
* Inject localizationService to localize placeholder. For some reason i get 503 service unavabile when I try to build.ps1. Will have to look more into this late, saving my work.
* merge conflicts
* 2 vs 4 spaces caused massive diff. Fixed my local copy to same space so now it should look better.
* * updated after PR review. Using localize element attribute instead of adding dependency to the localizationService. Also added dansih translation.
* Remove whitespace noise
* Improved accessibility of the data type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Improved accessibility of the macro edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Improved accessibility of the relation type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Added to do note for log viewer
* Bye bye #fff let's use the variable @white instead
* Update to use @black
* Update canvas-designer file with variables where possible - ALOT was not found (need to see if we have similar matches already)
* Update all hex colour variables or add a TODO comment
* Empty LESS files so lets get rid of them
* Moves the color CSS classes out into own less file to ensure variables contains variables only
* Adds in gulp-sourcemaps to allow us to have LESS sourcemaps - https://www.npmjs.com/package/gulp-less#source-maps
* A VERY BAD first attempt at doing DARK mode, but plumbing done. Now a game of tweaking variables
* Revert "A VERY BAD first attempt at doing DARK mode, but plumbing done. Now a game of tweaking variables"
This reverts commit 5ac8080c8b314cd65b1bd735fea88569991736b2.
* Update hard-coded hex values to color variables
* Fix couple typos with LESS variables gray not grey
* Amend build script so we remove the /umbraco/assets/css/maps folder from the build ouput of the ZIP & Nuget Packages
* Removing more hard coded colour values