Skip to content

Commit 22141be

Browse files
committed
Merge branch 'development' into staging
2 parents c1c2633 + 1cedd2d commit 22141be

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

Diff for: dist/maps/pretty-checkbox.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/pretty-checkbox.css

+12-16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/**
2+
* pretty-checkbox.css
3+
*
4+
* A pure CSS library to beautify checkbox and radio buttons
5+
*
6+
* Source: https://github.com/lokesh-coder/pretty-checkbox
7+
* Demo: https://lokesh-coder.github.io/pretty-checkbox
8+
*
9+
* Copyright (c) 2017 Lokesh rajendran
10+
*/
11+
112
.pretty * {
213
box-sizing: border-box;
314
}
@@ -6,21 +17,6 @@
617
display: none;
718
}
819

9-
.pretty input:not([type='checkbox']):not([type='radio']) + *:after {
10-
content: "Invalid input type!";
11-
border: 1px solid #dedede;
12-
border-left: 3px solid #d9534f;
13-
padding: 9px;
14-
font-size: 1em;
15-
font-weight: 600;
16-
color: #d9534f;
17-
position: absolute;
18-
z-index: 3;
19-
background: #fbfbfb;
20-
top: 0;
21-
left: 0;
22-
}
23-
2420
.pretty {
2521
position: relative;
2622
display: inline-block;
@@ -433,7 +429,7 @@
433429
}
434430

435431
.pretty.p-switch input {
436-
width: 2em;
432+
min-width: 2em;
437433
}
438434

439435
.pretty.p-switch .state {

0 commit comments

Comments
 (0)