(scss) Remove deprecated textfield component

pull/91/head
Francis Lachapelle 2015-04-18 01:23:56 -04:00
parent b9eb0f9a69
commit 6971632165
4 changed files with 0 additions and 48 deletions

View File

@ -1,2 +0,0 @@
/*! textField/_extends.scss - */
@import '../../../angular-material/src/components/textField/textField.scss';

View File

@ -1,44 +0,0 @@
md-input-group.md-THEME_NAME-theme {
input, textarea {
text-shadow: '{{foreground-shadow}}';
@include input-placeholder-color('{{foreground-3}}');
}
label {
text-shadow: '{{foreground-shadow}}';
color: '{{foreground-3}}';
}
input, textarea {
color: '{{foreground-1}}';
border-color: '{{foreground-4}}';
}
&.md-input-focused {
input, textarea {
border-color: '{{primary-500}}';
}
label {
color: '{{primary-500}}';
}
&.md-accent {
input, textarea {
border-color: '{{accent-500}}';
}
label {
color: '{{accent-500}}';
}
}
}
&.md-input-has-value:not(.md-input-focused) {
label {
color: '{{foreground-2}}';
}
}
.md-input[disabled] {
border-bottom-color: '{{foreground-4}}';
color: '{{foreground-3}}';
}
}

View File

@ -1 +0,0 @@
@import 'extends';

View File

@ -54,7 +54,6 @@
@import 'components/subheader/subheader';
//@import 'components/switch/switch';
@import 'components/tabs/tabs';
@import 'components/textField/textField';
//@import 'components/toast/toast';
@import 'components/toolbar/toolbar';
// @import 'components/bottombar/bottombar';