UX: Fix focus style for post edit history button (#12757)
This commit is contained in:
parent
5c49009c6c
commit
62e882ad11
|
@ -706,6 +706,10 @@ blockquote {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:focus {
|
||||||
|
@include default-focus;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue