mirror of
https://github.com/xodio/xod.git
synced 2026-03-18 14:46:52 +01:00
Merge pull request #963 from xodio/fix-941-focus-artifact
Fix focusing artifacts
This commit is contained in:
@@ -8,4 +8,8 @@ body, html {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@@ -48,6 +48,15 @@
|
||||
|
||||
a {
|
||||
color: $color-canvas-selected;
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 5px 1px $color-canvas-selected;
|
||||
border: 2px solid transparent;
|
||||
border-top: 0;
|
||||
margin-left: -2px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user