|
@@ -18,8 +18,6 @@ $module: #{$prefix}-anchor;
|
|
|
left: $spacing-anchor_slide-left;
|
|
|
top: $spacing-anchor_slide-top;
|
|
|
height: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: $width-anchor-outline 0;
|
|
|
|
|
|
&-muted {
|
|
|
display: none;
|
|
@@ -66,11 +64,6 @@ $module: #{$prefix}-anchor;
|
|
|
|
|
|
&-link {
|
|
|
|
|
|
- &-wrapper {
|
|
|
- padding-right: $width-anchor-outline;
|
|
|
- margin: $width-anchor-outline 0;
|
|
|
- }
|
|
|
-
|
|
|
&-title {
|
|
|
cursor: pointer;
|
|
|
color: $color-anchor_title-text-default;
|
|
@@ -92,6 +85,7 @@ $module: #{$prefix}-anchor;
|
|
|
|
|
|
&:focus-visible {
|
|
|
outline: $width-anchor-outline solid $color-anchor_title-outline-focus;
|
|
|
+ outline-offset: $width-anchor-outlineOffset;
|
|
|
}
|
|
|
|
|
|
&-disabled {
|