remove border around picked emoji since default theme makes toggled buttons more visible
This commit is contained in:
parent
0da1926802
commit
758fc48156
1 changed files with 0 additions and 9 deletions
|
@ -99,11 +99,6 @@
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
&.-picked-reaction {
|
|
||||||
border: 1px solid var(--accent);
|
|
||||||
margin-right: -1px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -154,10 +149,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.-picked-reaction {
|
&.-picked-reaction {
|
||||||
border: 1px solid var(--accent);
|
|
||||||
margin-left: -1px; // offset the border, can't use inset shadows either
|
|
||||||
margin-right: -1px;
|
|
||||||
|
|
||||||
.svg-inline--fa {
|
.svg-inline--fa {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue