assets/stylesheets/patternfly/_bootstrap-select.scss in patternfly-sass-3.3.6 vs assets/stylesheets/patternfly/_bootstrap-select.scss in patternfly-sass-3.4.0
- old
+ new
@@ -16,27 +16,27 @@
@include form-control-outline;
.has-error & {
border-color: $state-danger-text;
&:focus {
border-color: darken($state-danger-text, 10%);
- $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($state-danger-text, 20%);
+ $shadow: inset 0 1px 1px rgba($color-pf-black, 0.075), 0 0 6px lighten($state-danger-text, 20%);
@include box-shadow($shadow);
}
}
.has-success & {
border-color: $state-success-text;
&:focus {
border-color: darken($state-success-text, 10%);
- $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($state-success-text, 20%);
+ $shadow: inset 0 1px 1px rgba($color-pf-black, 0.075), 0 0 6px lighten($state-success-text, 20%);
@include box-shadow($shadow);
}
}
.has-warning & {
border-color: $state-warning-text;
&:focus {
border-color: darken($state-warning-text, 10%);
- $shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten($state-warning-text, 20%);
+ $shadow: inset 0 1px 1px rgba($color-pf-black, 0.075), 0 0 6px lighten($state-warning-text, 20%);
@include box-shadow($shadow);
}
}
@include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);
}
@@ -56,32 +56,30 @@
color: $gray-light !important;
}
> .selected > a {
background-color: $dropdown-link-active-bg !important;
border-color: $dropdown-link-active-border-color !important;
- color: #fff !important;
+ color: $color-pf-white !important;
small {
- color: #70c8e7 !important;
- color:rgba(225,255,255,0.5) !important;
+ color: rgba($color-pf-white, 0.5) !important;
}
}
.divider {
background: $dropdown-divider-bg !important;
margin: $dropdown-divider-margin !important;
}
dt {
- color: #969696;
+ color: $color-pf-black-500;
font-weight:normal;
padding: 1px 10px;
}
li {
& > a.opt {
padding: 1px 10px;
}
& a {
&:active small {
- color: #70c8e7 !important;
- color:rgba(225,255,255,0.5) !important;
+ color: rgba($color-pf-white, 0.5) !important;
}
&:hover,
&:focus {
small {
color: $gray-light;