Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit a2ec308

Browse files
update(doc): reformat Button CSS doc
1 parent f5a9101 commit a2ec308

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/content/CSS/button.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,11 @@ All Angular Material components have specific CSS rules constructed using the th
6666
.md-button {
6767
color : currentColor;
6868
}
69-
</hljs>
7069

71-
<hljs lang="css">
7270
.md-button:not([disabled]):hover {
7371
background-color: rgba(158, 158, 158, 0.2);
7472
}
75-
</hljs>
7673

77-
<hljs lang="css">
7874
.md-button[disabled] {
7975
color : rgba(0, 0, 0, 0.26);
8076
background-color: transparent;
@@ -98,16 +94,12 @@ All Angular Material components have specific CSS rules constructed using the th
9894
border-radius: 10px 0 0 10px;
9995
font-size: 16px;
10096
}
101-
</hljs>
10297

103-
<hljs lang="css">
10498
.btn1:not([disabled]):hover {
10599
background-color: rgba(107, 103, 91, 0.96);
106100
color: white;
107101
}
108-
</hljs>
109102

110-
<hljs lang="css">
111103
.btn1[disabled] {
112104
color : rgb(187, 187, 187);
113105
background-color: rgba(230, 230, 229, 0.96);

0 commit comments

Comments
 (0)