回答編集履歴
1
変更
answer
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
```css
|
2
2
|
:disabled {
|
3
|
+
background-color: 活性の時と同じ色;
|
3
|
-
color: inherit;
|
4
|
+
color: inherit もしくは活性の時と同じ色;
|
4
5
|
cursor: not-allowed;
|
5
6
|
}
|
6
7
|
```
|