add focus style to focusable elements on teams #1506

+ fix overlapping focus on teams chat
This commit is contained in:
daria 2024-08-05 13:29:44 +03:00
parent a55cad0339
commit 7e17111412
1 changed files with 13 additions and 1 deletions

View File

@ -62,6 +62,14 @@
div#cp-sidebarlayout-leftside {
background-color: @cp_teams-leftside-bg;
}
#cp-sidebarlayout-rightside{
input, button, textarea {
&:focus{
outline: @variables_focus_style;
}
}
}
div#cp-sidebarlayout-rightside.cp-rightside-drive {
padding: 0;
& > .cp-team-chat {
@ -73,7 +81,11 @@
}
.cp-app-contacts-input {
textarea {
border: 0px;
border: 0;
margin-right: 2px;
}
.fa-paper-plane{
border-radius: @variables_radius;
}
}
}