vendor/assets/scss/components/_orbit.scss in foundation-rails-6.6.2.0 vs vendor/assets/scss/components/_orbit.scss in foundation-rails-6.9.0.0
- old
+ new
@@ -100,15 +100,15 @@
color: color-pick-contrast($orbit-caption-background);
}
/// Adds base styles for the next/previous buttons in an Orbit slider. These styles are shared between the `.orbit-next` and `.orbit-previous` classes in the default CSS.
@mixin orbit-control {
- @include disable-mouse-outline;
- @include vertical-center;
z-index: $orbit-control-zindex;
padding: $orbit-control-padding;
color: $white;
+ @include vertical-center;
+ @include disable-mouse-outline;
&:hover,
&:active,
&:focus {
background-color: $orbit-control-background-hover;
@@ -126,14 +126,14 @@
#{$global-right}: 0;
}
/// Adds styles for a container of Orbit bullets. /// Adds styles for the Orbit previous button. These styles are used on the `.orbit-bullets` class.
@mixin orbit-bullets {
- @include disable-mouse-outline;
position: relative;
margin-top: $orbit-bullet-margin-top;
margin-bottom: $orbit-bullet-margin-bottom;
text-align: center;
+ @include disable-mouse-outline;
button {
width: $orbit-bullet-diameter;
height: $orbit-bullet-diameter;
margin: $orbit-bullet-margin;