set 50% transparent accent color as editor focus border

This commit is contained in:
Bruno Windels 2019-06-26 14:40:33 +02:00
parent d20b765e27
commit 2e3a6b3c0b
2 changed files with 5 additions and 0 deletions

View file

@ -34,6 +34,10 @@ limitations under the License.
max-height: 200px;
overflow-x: auto;
&:focus {
border-color: $accent-color-50pct;
}
span.mx_UserPill, span.mx_RoomPill {
padding-left: 21px;
position: relative;