Benjamin J Doherty resume.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/styleguide/section-5.html b/styleguide/section-5.html | |
index 551bf93..ff9d6a3 100644 | |
--- a/styleguide/section-5.html | |
+++ b/styleguide/section-5.html | |
@@ -478,22 +478,22 @@ exclamation point on the content found there.</p> | |
<div class="kss-modifier__example"> | |
- <div class="has-hand"> | |
- <div class="panel panel--cta"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Implements hook_form_FORM_ID_alter(). | |
* | |
* Modifies the content form for page manager variants to add an "edit content" | |
* link on blocks that are entities. | |
* | |
* @param $form | |
* @param $form_state | |
*/ | |
function caxy_form_page_manager_block_page_content_alter(&$form, &$form_state) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/styleguide/caxy-template/kss-assets/main-dev.css b/styleguide/caxy-template/kss-assets/main-dev.css | |
index 32226a2..7e905d6 100644 | |
--- a/styleguide/caxy-template/kss-assets/main-dev.css | |
+++ b/styleguide/caxy-template/kss-assets/main-dev.css | |
@@ -769,7 +769,7 @@ select { | |
select:focus { | |
outline: none; } | |
-.field, .field-text, .field-select, .field-checkbox, | |
+.field-text, .field-select, .field-checkbox, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/kss-config.json b/kss-config.json | |
index 83baf45..e205c7b 100644 | |
--- a/kss-config.json | |
+++ b/kss-config.json | |
@@ -4,7 +4,7 @@ | |
"scss" | |
], | |
"title": "Caxy Website Styleguide", | |
- "styleguide_version": "1.3.3", | |
+ "styleguide_version": "1.4.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/AppBundle/Resources/public/js/Controller/ReviewController.js b/src/AppBundle/Resources/public/js/Controller/ReviewController.js | |
index e12890d..3292e7a 100644 | |
--- a/src/AppBundle/Resources/public/js/Controller/ReviewController.js | |
+++ b/src/AppBundle/Resources/public/js/Controller/ReviewController.js | |
@@ -10,17 +10,7 @@ | |
) | |
.directive('myPopup', ['$window', function ($window) { | |
return { | |
- restrict: 'EA', | |
- scope: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/patternlab/source/sass/01-extends/animations.scss b/patternlab/source/sass/01-extends/animations.scss | |
index 73db82f..3827fac 100644 | |
--- a/patternlab/source/sass/01-extends/animations.scss | |
+++ b/patternlab/source/sass/01-extends/animations.scss | |
@@ -31,7 +31,8 @@ | |
$banner, | |
animationDuration); | |
perspective: 1200px; | |
- a:hover & { | |
+ a:hover &, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/patternlab/config.codekit b/patternlab/config.codekit | |
index 792f85d..062b4a3 100644 | |
--- a/patternlab/config.codekit | |
+++ b/patternlab/config.codekit | |
@@ -1,16 +1,7 @@ | |
{ | |
"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit", | |
-"creatorBuild": "19127", | |
+"creatorBuild": "19137", | |
"files": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.idea/compiler.xml b/.idea/compiler.xml | |
deleted file mode 100644 | |
index 96cc43e..0000000 | |
--- a/.idea/compiler.xml | |
+++ /dev/null | |
@@ -1,22 +0,0 @@ | |
-<?xml version="1.0" encoding="UTF-8"?> | |
-<project version="4"> | |
- <component name="CompilerConfiguration"> | |
- <resourceExtensions /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.idea/misc.xml b/.idea/misc.xml | |
index ed42289..385b261 100644 | |
--- a/.idea/misc.xml | |
+++ b/.idea/misc.xml | |
@@ -16,7 +16,6 @@ | |
<exe-path>/usr/local/bin/bower</exe-path> | |
<config-path /> | |
</component> | |
- <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" /> | |
<component name="ProjectInspectionProfilesVisibleTreeState"> |