mirror of
https://github.com/vector-im/element-call.git
synced 2022-05-22 02:31:18 +03:00
Fix focus styles
This commit is contained in:
@@ -46,6 +46,15 @@ limitations under the License.
|
||||
background-color: var(--primaryColor);
|
||||
}
|
||||
|
||||
.button:focus,
|
||||
.toolbarButton:focus,
|
||||
.iconButton:focus,
|
||||
.iconCopyButton:focus,
|
||||
.secondary:focus,
|
||||
.copyButton:focus {
|
||||
outline: auto;
|
||||
}
|
||||
|
||||
.toolbarButton {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
|
||||
@@ -27,6 +27,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.selectTrigger:focus {
|
||||
outline: auto;
|
||||
}
|
||||
|
||||
.selectedItem {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
.hideFocus * {
|
||||
outline: none;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user