summaryrefslogtreecommitdiff
path: root/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss')
-rwxr-xr-xtemplates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss b/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss
deleted file mode 100755
index b157472..0000000
--- a/templates/assets/sass/material-kit/plugins/_plugin-dropdownjs.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
-
-.dropdownjs::after {
- right: 5px;
- top: 3px;
- font-size: 25px;
- position: absolute;
-
- // bring in the material icon font and icon by code
- font-family: 'Material Icons';
- font-style: normal;
- font-weight: 400;
- content: "\e5c5"; // found here: https://github.com/google/material-design-icons/search?utf8=%E2%9C%93&q=arrow_drop_down
-
- pointer-events: none;
- color: #757575;
-}