awesome-selector
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "awesome-selector", | ||
"description": "React, Javascript, and Typescript compatible selector.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Mostafa Mohammadzadeh", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -517,4 +517,34 @@ "use strict"; | ||
.selector * { | ||
padding: 0; | ||
margin: 0; | ||
font-family: Catamaran-Medium; | ||
-webkit-tap-highlight-color: transparent; | ||
box-sizing: border-box; | ||
} | ||
.selector a::-moz-focus-inner, | ||
.selector input::-moz-focus-inner, | ||
.selector button::-moz-focus-inner { | ||
border: 0; | ||
padding: 0; | ||
} | ||
.selector a { | ||
text-decoration: none; | ||
outline: none; | ||
} | ||
.selector input, .selector button, .selector select { | ||
border: none; | ||
outline: none; | ||
} | ||
.selector input[type=button], .selector button, .selector select { | ||
cursor: pointer; | ||
} | ||
.selector input:required, | ||
.selector input:invalid { | ||
box-shadow: none; | ||
} | ||
.selector input[type=button], .selector button { | ||
font-size: 1rem; | ||
padding: 0; | ||
background: none; | ||
} | ||
.selector > .shadow { | ||
@@ -521,0 +551,0 @@ width: 100%; |
@@ -583,4 +583,34 @@ //custom types: | ||
.selector * { | ||
padding: 0; | ||
margin: 0; | ||
font-family: Catamaran-Medium; | ||
-webkit-tap-highlight-color: transparent; | ||
box-sizing: border-box; | ||
} | ||
.selector a::-moz-focus-inner, | ||
.selector input::-moz-focus-inner, | ||
.selector button::-moz-focus-inner { | ||
border: 0; | ||
padding: 0; | ||
} | ||
.selector a { | ||
text-decoration: none; | ||
outline: none; | ||
} | ||
.selector input, .selector button, .selector select { | ||
border: none; | ||
outline: none; | ||
} | ||
.selector input[type=button], .selector button, .selector select { | ||
cursor: pointer; | ||
} | ||
.selector input:required, | ||
.selector input:invalid { | ||
box-shadow: none; | ||
} | ||
.selector input[type=button], .selector button { | ||
font-size: 1rem; | ||
padding: 0; | ||
background: none; | ||
} | ||
.selector > .shadow { | ||
@@ -587,0 +617,0 @@ width: 100%; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97473
10
1814