oulu 0.13.2 → 0.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59b402a7a4f3d128286e935a18bd80d0075e7cc0
|
4
|
+
data.tar.gz: 4875f98e73fa168ff40fc18a0dfedf00281ac175
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6b61d415d53ead4cfd3550ffc07be72d26273ff92833fc97dc61283259b7dccffbda39c9584fa3fb928fa61ced91244a791996ce189c8bc1aed1d978e8841a1
|
7
|
+
data.tar.gz: 99510b45e636a08b7bc5632cc56efe631ab8f6d1bd188a8e395b828715a155650363db7778919ccda9ca6b0a06c500e0a2fea44e9afc89265b02182370cd3e19
|
@@ -18,92 +18,92 @@ button
|
|
18
18
|
button,
|
19
19
|
input
|
20
20
|
&::-moz-focus-inner
|
21
|
-
|
21
|
+
// Firefox 4+
|
22
22
|
border: 0
|
23
|
-
|
23
|
+
// Firefox 4+
|
24
24
|
padding: 0
|
25
25
|
|
26
26
|
&:-moz-focusring
|
27
|
-
|
27
|
+
// Firefox 4+
|
28
28
|
outline: 1px dotted ButtonText
|
29
29
|
|
30
30
|
button,
|
31
31
|
select
|
32
|
-
|
32
|
+
// Firefox 40+, Internet Explorer 11-
|
33
33
|
text-transform: none
|
34
34
|
|
35
35
|
details
|
36
|
-
|
36
|
+
// Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+
|
37
37
|
display: block
|
38
38
|
|
39
39
|
hr
|
40
|
-
|
40
|
+
// Internet Explorer 11-, Edge 12+
|
41
41
|
overflow: visible
|
42
42
|
|
43
43
|
html
|
44
|
-
|
44
|
+
// Edge 12+, Internet Explorer 11-
|
45
45
|
-ms-overflow-style: -ms-autohiding-scrollbar
|
46
46
|
//overflow-y: scroll // All browsers without overlaying scrollbars
|
47
47
|
|
48
|
-
|
48
|
+
// iOS 8+, Windows Phone 8.1+
|
49
49
|
-webkit-text-size-adjust: 100%
|
50
50
|
|
51
51
|
input
|
52
|
-
|
52
|
+
// iOS 8+
|
53
53
|
-webkit-border-radius: 0
|
54
54
|
|
55
55
|
&[type="button"],
|
56
56
|
&[type="reset"],
|
57
57
|
&[type="submit"]
|
58
|
-
|
58
|
+
// iOS 8+
|
59
59
|
-webkit-appearance: button
|
60
60
|
|
61
61
|
&[type="number"]
|
62
|
-
|
62
|
+
// Firefox 36+
|
63
63
|
width: auto
|
64
64
|
|
65
65
|
&[type="search"]
|
66
|
-
|
66
|
+
// Chrome 45+, Safari 9+
|
67
67
|
-webkit-appearance: textfield
|
68
68
|
|
69
69
|
&::-webkit-search-cancel-button,
|
70
70
|
&::-webkit-search-decoration
|
71
|
-
|
71
|
+
// Chrome 45+, Safari 9+
|
72
72
|
-webkit-appearance: none
|
73
73
|
|
74
74
|
main
|
75
|
-
|
75
|
+
// Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+
|
76
76
|
display: block
|
77
77
|
|
78
78
|
pre
|
79
|
-
|
79
|
+
// Internet Explorer 11-
|
80
80
|
overflow: auto
|
81
81
|
|
82
82
|
progress
|
83
|
-
|
83
|
+
// Internet Explorer 11-, Windows Phone 8.1+
|
84
84
|
display: inline-block
|
85
85
|
|
86
86
|
summary
|
87
|
-
|
87
|
+
// Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+
|
88
88
|
display: block
|
89
89
|
|
90
90
|
svg:not(:root)
|
91
|
-
|
91
|
+
// Internet Explorer 11-
|
92
92
|
overflow: hidden
|
93
93
|
|
94
94
|
template
|
95
|
-
|
95
|
+
// Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+
|
96
96
|
display: none
|
97
97
|
|
98
98
|
textarea
|
99
|
-
|
99
|
+
// Edge 12+, Internet Explorer 11-
|
100
100
|
overflow: auto
|
101
101
|
|
102
102
|
[hidden]
|
103
|
-
|
103
|
+
// Internet Explorer 10-
|
104
104
|
display: none
|
105
105
|
|
106
|
-
//
|
106
|
+
// Universal inheritance
|
107
107
|
|
108
108
|
*,
|
109
109
|
::before,
|
@@ -160,15 +160,15 @@ textarea,
|
|
160
160
|
// specify the standard appearance of selects
|
161
161
|
|
162
162
|
select
|
163
|
-
|
163
|
+
// Firefox 40+
|
164
164
|
-moz-appearance: none
|
165
|
-
|
165
|
+
// Chrome 45+
|
166
166
|
-webkit-appearance: none
|
167
167
|
&::-ms-expand
|
168
|
-
|
168
|
+
// Edge 12+, Internet Explorer 11-
|
169
169
|
display: none
|
170
170
|
&::-ms-value
|
171
|
-
|
171
|
+
// Edge 12+, Internet Explorer 11-
|
172
172
|
color: currentColor
|
173
173
|
|
174
174
|
// use current current as the default fill of svg elements
|
@@ -8,6 +8,7 @@ $root-text-rendering: optimizeLegibility !default
|
|
8
8
|
|
9
9
|
$anchor-text-decoration: none !default
|
10
10
|
$background-repeat: no-repeat !default
|
11
|
+
$form-element-color: $default-text !default
|
11
12
|
$form-element-background-color: transparent !default
|
12
13
|
$form-element-min-height: if(unitless($root-line-height), #{$root-line-height}em, if(unit($root-line-height) != "%", $root-line-height, null)) !default
|
13
14
|
$media-element-vertical-align: middle !default
|
data/bower.json
CHANGED
data/lib/oulu/version.rb
CHANGED
data/package.json
CHANGED