mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Change direction of focus outline (#24605)
This commit is contained in:
@@ -159,7 +159,7 @@ $hpad: 0.65em;
|
||||
@mixin default-focus() {
|
||||
border-color: var(--tertiary);
|
||||
outline: 1px solid var(--tertiary);
|
||||
outline-offset: 0;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
@mixin fa-rotate($degrees, $rotation) {
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
@include form-item-sizing;
|
||||
font-weight: 500;
|
||||
overflow: hidden;
|
||||
transition: all 0.25s;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
|
||||
Reference in New Issue
Block a user