Merge pull request #3145 from matrix-org/bwindels/edit-focus-border
Add focus border to edit composer
This commit is contained in:
@@ -49,7 +49,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_InteractiveAuthEntryComponents_termsSubmit:disabled {
|
||||
background-color: $accent-color-50pct;
|
||||
background-color: $accent-color-darker;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user