Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandr Veselov
kpp
Commits
923b2a66
Commit
923b2a66
authored
Mar 05, 2016
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
field-select (progress)
parent
9666e3ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
TODO
TODO
+1
-1
field-select.less
src/blocks/field-select/field-select.less
+4
-0
select-down.svg
src/blocks/field-select/img_to_bg/select-down.svg
+1
-0
select-up.svg
src/blocks/field-select/img_to_bg/select-up.svg
+1
-0
No files found.
TODO
View file @
923b2a66
☐ Добавить сексуальную стилизацию страницы библиотеки компонентов
☐ Добавить сексуальную стилизацию страницы библиотеки компонентов
☐ Сделать: таблицы — адаптивные таблицы — добавлять дата-атрибуты JS-ом
☐ Сделать: таблицы — адаптивные таблицы — добавлять дата-атрибуты JS-ом
☐ Сделать: Селект с идентичными везде уголками и одинаковой высотой на win и osx
☐ Сделать: Селект с идентичными везде уголками и одинаковой высотой на win и osx
☐ Сделать: Флажок-свитчер, радиокнопку-свитчер
☐ Сделать: Кнопки: группа, в т.ч. с выпадающими элементами
☐ Сделать: Кнопки: группа, в т.ч. с выпадающими элементами
☐ Сделать: Флажки и радиокнопки, выглядящеи как обычные кнопки
☐ Сделать: Флажки и радиокнопки, выглядящеи как обычные кнопки
☐ Сделать: Кнопка с иконкой
☐ Сделать: Кнопка с иконкой
...
@@ -42,3 +41,4 @@
...
@@ -42,3 +41,4 @@
✔ Добавить задачу оптимизации графики по указуемому адресу @done (29.02.2016 01:58)
✔ Добавить задачу оптимизации графики по указуемому адресу @done (29.02.2016 01:58)
✔ Добавить задачу публикации build/ в ветку gh-pages @done (29.02.2016 16:43)
✔ Добавить задачу публикации build/ в ветку gh-pages @done (29.02.2016 16:43)
✔ Вынести SVG-спрайты в отдельный компонент @done (05.03.2016 00:19)
✔ Вынести SVG-спрайты в отдельный компонент @done (05.03.2016 00:19)
✔ Сделать: Флажок-свитчер, радиокнопку-свитчер @done (16-03-05 12:44)
src/blocks/field-select/field-select.less
View file @
923b2a66
...
@@ -16,6 +16,10 @@
...
@@ -16,6 +16,10 @@
&__select {
&__select {
margin-bottom: round(@line-height / 3, 2);
margin-bottom: round(@line-height / 3, 2);
appearance: none;
background-image: data-uri('image/svg+xml;charset=UTF-8', './src/blocks/field-select/img_to_bg/select-down.svg');
background-repeat: no-repeat;
background-position: 100% 50%;
}
}
&__help-text {
&__help-text {
...
...
src/blocks/field-select/img_to_bg/select-down.svg
0 → 100644
View file @
923b2a66
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"-292 388 26 17"
><path
d=
"M-266.4 392.5l-11.9 12.2c-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-11.9-12.2c-.2-.2-.3-.4-.3-.7 0-.3.1-.5.3-.7l2.7-2.7c.2-.2.4-.3.7-.3s.5.1.7.3l8.5 8.7 8.5-8.7c.2-.2.4-.3.7-.3s.5.1.7.3l2.7 2.7c.2.2.3.4.3.7.1.3 0 .5-.3.7z"
/></svg>
\ No newline at end of file
src/blocks/field-select/img_to_bg/select-up.svg
0 → 100644
View file @
923b2a66
<svg
id=
"Layer_1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"-289.6 390.5 25.2 16.2"
><style>
.st0{fill:#444}
</style><path
class=
"st0"
d=
"M-264.7 403.8l-2.6 2.6c-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-8.3-8.3-8.3 8.3c-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-2.6-2.6c-.2-.2-.3-.4-.3-.7s.1-.5.3-.7l11.6-11.6c.2-.2.4-.3.7-.3s.5.1.7.3l11.6 11.6c.2.2.3.4.3.7s-.1.5-.3.7z"
/></svg>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment