Fix declaration-block-no-shorthand-property-overrides (CSS)
This commit is contained in:
parent
361d6372b0
commit
ff67afeaa7
7 changed files with 14 additions and 12 deletions
|
@ -8,6 +8,8 @@
|
|||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
color: inherit;
|
||||
/* These are getting an outline in opera tv browsers, which run chrome 30 */
|
||||
outline: none !important;
|
||||
outline-width: 0;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
|
@ -19,8 +21,6 @@
|
|||
vertical-align: middle;
|
||||
border: 0;
|
||||
border-radius: 0.2em;
|
||||
/* These are getting an outline in opera tv browsers, which run chrome 30 */
|
||||
outline: none !important;
|
||||
font-weight: 600;
|
||||
/* Disable webkit tap highlighting */
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue