Commit 5b87a4dc517eccb0e100ce751bf631bc0ee01100
1 parent
d7960bca
Exists in
spb-stable
and in
2 other branches
Use same colors for disabled buttons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
app/assets/stylesheets/generic/buttons.scss
| @@ -67,8 +67,6 @@ | @@ -67,8 +67,6 @@ | ||
| 67 | &.disabled, | 67 | &.disabled, |
| 68 | &[disabled] { | 68 | &[disabled] { |
| 69 | color: #ffffff; | 69 | color: #ffffff; |
| 70 | - background-color: #3286b1; | ||
| 71 | - border-color: #286e8e; | ||
| 72 | } | 70 | } |
| 73 | } | 71 | } |
| 74 | 72 | ||
| @@ -83,8 +81,6 @@ | @@ -83,8 +81,6 @@ | ||
| 83 | &.disabled, | 81 | &.disabled, |
| 84 | &[disabled] { | 82 | &[disabled] { |
| 85 | color: #ffffff; | 83 | color: #ffffff; |
| 86 | - background-color: #47a447; | ||
| 87 | - border-color: #398439; | ||
| 88 | } | 84 | } |
| 89 | } | 85 | } |
| 90 | 86 | ||
| @@ -99,8 +95,6 @@ | @@ -99,8 +95,6 @@ | ||
| 99 | &.disabled, | 95 | &.disabled, |
| 100 | &[disabled] { | 96 | &[disabled] { |
| 101 | color: #ffffff; | 97 | color: #ffffff; |
| 102 | - background-color: #d2322d; | ||
| 103 | - border-color: #ac2925; | ||
| 104 | } | 98 | } |
| 105 | } | 99 | } |
| 106 | 100 | ||
| @@ -115,8 +109,6 @@ | @@ -115,8 +109,6 @@ | ||
| 115 | &.disabled, | 109 | &.disabled, |
| 116 | &[disabled] { | 110 | &[disabled] { |
| 117 | color: #ffffff; | 111 | color: #ffffff; |
| 118 | - background-color: #e38c02; | ||
| 119 | - border-color: #e38c02; | ||
| 120 | } | 112 | } |
| 121 | } | 113 | } |
| 122 | 114 |