This commit is contained in:
Faris Ansari 2017-11-01 22:33:26 +05:30
parent b128aad311
commit 7a0e96926e
4 changed files with 1077 additions and 818 deletions

View File

@ -21,7 +21,8 @@
"before": true,
"it": true,
"expect": true,
"sinon": true
"sinon": true,
"$": true
},
"parser": "babel-eslint",

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
:root {
--border-color: #d1d8dd;
--primary-color: rgb(82, 146, 247);
--light-bg: #fafbfc;
--light-bg: #f5f7fa;
}
/* resets */
@ -74,7 +74,7 @@ button, input {
.content {
padding: 8px;
border: 1px solid transparent;
border: 2px solid transparent;
&.ellipsis {
text-overflow: ellipsis;
@ -100,7 +100,7 @@ button, input {
}
&.selected .content {
border: 1px solid var(--primary-color);
border: 2px solid var(--primary-color);
}
&.editing {