mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
bcb3371acc
commit
77ee726f66
@ -99,6 +99,9 @@
|
|||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
.button-group &:focus {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.button-row &:not(:first-child) {
|
.button-row &:not(:first-child) {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
@ -106,6 +109,7 @@
|
|||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 1px solid $workspace-button-color-focus-outline;
|
outline: 1px solid $workspace-button-color-focus-outline;
|
||||||
|
outline-offset: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.primary {
|
&.primary {
|
||||||
|
Loading…
Reference in New Issue
Block a user