minor
This commit is contained in:
parent
b128aad311
commit
7a0e96926e
@ -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
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user