File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,6 +347,10 @@ governing permissions and limitations under the License.
347347 box-shadow : 0 0 0 var (--spectrum-button-primary-border-size-increase-key-focus ) var (--spectrum-actionbutton-border-color-key-focus );
348348 color : var (--spectrum-actionbutton-text-color-key-focus );
349349
350+ & : active {
351+ border-color : var (--spectrum-actionbutton-border-color-key-focus );
352+ }
353+
350354 .spectrum-Icon {
351355 color : var (--spectrum-actionbutton-icon-color-key-focus );
352356 }
@@ -395,6 +399,10 @@ governing permissions and limitations under the License.
395399 border-color : var (--spectrum-actionbutton-border-color-selected-key-focus );
396400 color : var (--spectrum-actionbutton-text-color-selected-key-focus );
397401
402+ & : active {
403+ border-color : var (--spectrum-actionbutton-border-color-key-focus );
404+ }
405+
398406 .spectrum-Icon {
399407 color : var (--spectrum-actionbutton-icon-color-selected-key-focus );
400408 }
You can’t perform that action at this time.
0 commit comments