white outline on docked button

This commit is contained in:
Sharon Kennedy 2020-04-28 23:54:23 -04:00
parent 7f4a89d7ea
commit 19ee40c30c
3 changed files with 5 additions and 4 deletions

2
dist/bookmarklet.js vendored

File diff suppressed because one or more lines are too long

2
dist/chatbox.js vendored

File diff suppressed because one or more lines are too long

View File

@ -56,7 +56,7 @@
flex: 1 1 auto;
text-align: left;
margin-right: 0.25rem;
border: 1px solid $dark-color;
border: 1px solid $white;
border-radius: 10px;
transition: all 0.2s ease-in-out;
}
@ -69,7 +69,7 @@
display: flex;
justify-content: center;
align-items: center;
border: 1px solid $dark-color;
border: 1px solid $white;
transition: all 0.2s ease-in-out;
}
@ -270,6 +270,7 @@
.text {
width: fit-content;
line-height: 1.2;
}
.buttons {