fix: issue with focus states in safari, fixed multiple focus states accross the application
Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -10,11 +10,6 @@
|
||||
border-width: 0;
|
||||
padding: var(--Space-x05) 0;
|
||||
|
||||
&:focus-visible {
|
||||
outline: 2px auto var(--Border-Interactive-Focus);
|
||||
outline-offset: 1px;
|
||||
}
|
||||
|
||||
&.loading {
|
||||
cursor: progress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user