Skip to content

Commit 655c576

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com> Co-Authored-By: Vinura Pathirana <154809219+VinuraPathirana@users.noreply.github.com>
1 parent b477476 commit 655c576

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

jkcss/forms/forms.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.control-jkforms, input[type=email], .input[type=password] {
1+
.control-jkforms {
22
width: 100%;
33
border: 1px solid rgb(187, 187, 187);
44
height: 35px;
@@ -12,7 +12,7 @@
1212
margin: 10px 0;
1313
}
1414

15-
.control-jkforms:focus, input[type=email]:focus, .input[type=password]:focus {
15+
.control-jkforms:focus {
1616
background-color: rgb(245, 245, 245);
1717
border: 1px solid rgb(184, 183, 183);
1818
}

jkcss/forms/forms.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ <h1 class="jk-display-6"> HTML Basic Forms</h1><br>
2828
<div class="example-content">
2929
<label>Username : </label>
3030
<input type="text" name="" id="" class="control-jkforms"><br>
31+
3132
</div>
3233

3334

jkcss/forms/forms.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jkcss/forms/forms.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,5 @@
1515
background-color: rgb(245, 245, 245);
1616
border: 1px solid rgb(184, 183, 183);
1717
}
18-
.input[type=password]{
19-
@extend .control-jkforms;
20-
}
21-
input[type=email]{
22-
@extend .control-jkforms;
23-
}
18+
2419

jkcss/jkcss.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ hr {
369369
border: 1px solid rgba(185, 185, 185, 0.616);
370370
}
371371

372-
.control-jkforms, input[type=password], input[type=email] {
372+
.control-jkforms {
373373
width: 100%;
374374
border: 1px solid rgb(187, 187, 187);
375375
height: 35px;

jkcss/jkcss.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)