dibk-design 0.4.24 → 0.4.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -106,8 +106,7 @@
|
|
|
106
106
|
&:disabled {
|
|
107
107
|
&:local(.hasTheme),
|
|
108
108
|
&:not(:local(.hasTheme)) {
|
|
109
|
-
&:local(.default)
|
|
110
|
-
&:local(.primary) {
|
|
109
|
+
&:local(.default) {
|
|
111
110
|
background-color: #fff;
|
|
112
111
|
cursor: default;
|
|
113
112
|
opacity: 0.6;
|
|
@@ -131,6 +130,30 @@
|
|
|
131
130
|
border-color: #afaba8;
|
|
132
131
|
}
|
|
133
132
|
}
|
|
133
|
+
&:local(.primary) {
|
|
134
|
+
background-color: $color-primary;
|
|
135
|
+
cursor: default;
|
|
136
|
+
opacity: 0.6;
|
|
137
|
+
color: #fff;
|
|
138
|
+
border: 1px solid $color-primary;
|
|
139
|
+
&:hover,
|
|
140
|
+
&:focus,
|
|
141
|
+
&:active {
|
|
142
|
+
background-color: $color-primary;
|
|
143
|
+
cursor: default;
|
|
144
|
+
opacity: 0.6;
|
|
145
|
+
color: #fff;
|
|
146
|
+
border: 1px solid $color-primary;
|
|
147
|
+
&:before,
|
|
148
|
+
&:after {
|
|
149
|
+
border-color: $color-primary;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
&:before,
|
|
153
|
+
&:after {
|
|
154
|
+
border-color: $color-primary;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
134
157
|
}
|
|
135
158
|
}
|
|
136
159
|
|