mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-27 11:08:03 -05:00
Prefer != false over not false in focus mixin (#40668)
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
@mixin focus($offset: false) {
|
||||
outline: var(--bw-thick) solid var(--color-border-brand);
|
||||
|
||||
@if $offset not false {
|
||||
@if $offset != false {
|
||||
outline-offset: var(--bw-thick);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user