diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:13:57 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:13:57 +0100 |
| commit | d25ff2bddd44b9dac1ceb248424109d1782dd211 (patch) | |
| tree | 34fcfd824a1a72e7b4d431b688adcea532b62180 /minionlivesmatter/templates/assets/bootstrap-material-design/scss/extensions/_selectize.scss | |
| parent | a2cbdd1b88ac723e5e441c0a3c22636f0a8c4dfd (diff) | |
| download | meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.tar.gz meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.zip | |
add minionlivesmatter as submodule
Diffstat (limited to 'minionlivesmatter/templates/assets/bootstrap-material-design/scss/extensions/_selectize.scss')
| -rw-r--r-- | minionlivesmatter/templates/assets/bootstrap-material-design/scss/extensions/_selectize.scss | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/minionlivesmatter/templates/assets/bootstrap-material-design/scss/extensions/_selectize.scss b/minionlivesmatter/templates/assets/bootstrap-material-design/scss/extensions/_selectize.scss deleted file mode 100644 index 5117c32..0000000 --- a/minionlivesmatter/templates/assets/bootstrap-material-design/scss/extensions/_selectize.scss +++ /dev/null @@ -1,91 +0,0 @@ -//// Support for Selectize plugin -//// http://brianreavis.github.io/selectize.js/ -// -//.selectize-control.single, .selectize-control.multi { -// padding: 0; -// .selectize-input, .selectize-input.input-active { -// -// cursor: text; -// background: transparent; -// box-shadow: none; -// border: 0; -// padding: 0; -// height: 100%; -// font-size: 14px; -// line-height: 30px; -// .has-items { -// padding: 0; -// } -// &:after { -// right: 5px; -// position: absolute; -// font-size: 7px; -// content: "\e894"; -// font-family: "Material-Design-Icons"; -// speak: none; -// font-style: normal; -// font-weight: normal; -// font-variant: normal; -// text-transform: none; -// line-height: 4; -// -webkit-font-smoothing: antialiased; -// -moz-osx-font-smoothing: grayscale; -// } -// input { -// font-size: 14px; -// outline: 0; -// border: 0; -// background: transparent; -// } -// &.bmd-label-floating-fix input { -// opacity: 0; -// } -// > div, > .item { -// display: inline-block; -// margin: 0 8px 3px 0; -// padding: 0; -// background: transparent; -// border: 0; -// &:after { -// content: ","; -// } -// &:last-of-type:after { -// content: ""; -// } -// &.active { -// font-weight: bold; -// background: transparent; -// border: 0; -// } -// } -// } -// .selectize-dropdown { -// position: absolute; -// z-index: 1000; -// border: 0; -// width: 100% !important; -// left: 0 !important; -// height: auto; -// background-color: #FFF; -// box-shadow: 0 1px 3px rgba($black, 0.12), 0 1px 2px rgba($black, 0.24); -// border-radius: $border-radius; -// padding: 0; -// margin-top: 3px; -// .active { -// background-color: inherit; -// } -// .highlight { -// background-color: #d5d8ff; -// } -// .selected, .selected.active { -// background-color: #EEEEEE; -// } -// [data-selectable], .optgroup-header { -// padding: 10px 20px; -// cursor: pointer; -// } -// } -// .dropdown-active ~ .selectize-dropdown { -// display: block; -// } -//} |
