fix: issue with focus states in safari, fixed multiple focus states accross the application
Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -12,11 +12,6 @@
|
||||
background-color: var(--Surface-Primary-Hover);
|
||||
}
|
||||
|
||||
&:focus-visible {
|
||||
outline: 2px auto var(--Border-Interactive-Focus);
|
||||
outline-offset: 1px;
|
||||
}
|
||||
|
||||
&:not(:hover) .arrowIcon {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user