cortex-react-ui 0.1.102 → 0.1.103

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.
@@ -64,19 +64,19 @@
64
64
  .ui-btn-color-primary {
65
65
  color: $color-blue-dark;
66
66
 
67
- &.ui-btn-contained {
67
+ &:not(.ui-btn-disable).ui-btn-contained {
68
68
  background-color: $color-blue-dark;
69
69
  color: #fff;
70
70
 
71
- &:not(.ui-btn-disable):hover {
71
+ &:hover {
72
72
  background-color: $color-blue-darker;
73
73
  }
74
74
  }
75
75
 
76
- &.ui-btn-outlined {
76
+ &:not(.ui-btn-disable).ui-btn-outlined {
77
77
  border-color: $color-blue-dark;
78
78
 
79
- &:not(.ui-btn-disable):hover {
79
+ &:hover {
80
80
  border-color: $color-blue-darker;
81
81
  }
82
82
  }
@@ -85,19 +85,19 @@
85
85
  .ui-btn-color-secondary {
86
86
  color: $color-grey-dark;
87
87
 
88
- &.ui-btn-contained {
88
+ &:not(.ui-btn-disable).ui-btn-contained {
89
89
  background-color: $color-grey-dark;
90
90
  color: #fff;
91
91
 
92
- &:not(.ui-btn-disable):hover {
92
+ &:hover {
93
93
  background-color: $color-grey-darker;
94
94
  }
95
95
  }
96
96
 
97
- &.ui-btn-outlined {
97
+ &:not(.ui-btn-disable).ui-btn-outlined {
98
98
  border-color: $color-grey-dark;
99
99
 
100
- &:not(.ui-btn-disable):hover {
100
+ &:hover {
101
101
  border-color: $color-grey-darker;
102
102
  }
103
103
  }
@@ -106,19 +106,19 @@
106
106
  .ui-btn-color-success {
107
107
  color: $color-green;
108
108
 
109
- &.ui-btn-contained {
109
+ &:not(.ui-btn-disable).ui-btn-contained {
110
110
  background-color: $color-green;
111
111
  color: #fff;
112
112
 
113
- &:not(.ui-btn-disable):hover {
113
+ &:hover {
114
114
  background-color: $color-green-dark;
115
115
  }
116
116
  }
117
117
 
118
- &.ui-btn-outlined {
118
+ &:not(.ui-btn-disable).ui-btn-outlined {
119
119
  border-color: $color-green;
120
120
 
121
- &:not(.ui-btn-disable):hover {
121
+ &:hover {
122
122
  border-color: $color-green-dark;
123
123
  }
124
124
  }
@@ -127,19 +127,19 @@
127
127
  .ui-btn-color-danger {
128
128
  color: $color-red;
129
129
 
130
- &.ui-btn-contained {
130
+ &:not(.ui-btn-disable).ui-btn-contained {
131
131
  background-color: $color-red;
132
132
  color: #fff;
133
133
 
134
- &:not(.ui-btn-disable):hover {
134
+ &:hover {
135
135
  background-color: $color-red-dark;
136
136
  }
137
137
  }
138
138
 
139
- &.ui-btn-outlined {
139
+ &:not(.ui-btn-disable).ui-btn-outlined {
140
140
  border-color: $color-red;
141
141
 
142
- &:not(.ui-btn-disable):hover {
142
+ &:hover {
143
143
  border-color: $color-red-dark;
144
144
  }
145
145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cortex-react-ui",
3
- "version": "0.1.102",
3
+ "version": "0.1.103",
4
4
  "description": "React UI",
5
5
  "author": "Anthony",
6
6
  "license": "MIT",