Skip to content

Commit

Permalink
Merge pull request #3846 from thomasgohard/remove-selectivizr
Browse files Browse the repository at this point in the history
Remove selectivizr
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Dec 2, 2013
2 parents d113860 + 9a75472 commit b77f26c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 40 deletions.
1 change: 0 additions & 1 deletion Gruntfile.coffee
Expand Up @@ -209,7 +209,6 @@ module.exports = (grunt) ->
"lib/respond/respond.src.js"
"lib/excanvas/excanvas.js"
"lib/html5shiv/dist/html5shiv.js"
"lib/selectivizr/selectivizr.js"
"src/core/wb.js"
"!src/plugins/**/test.js"
"!src/plugins/**/assets/*.js"
Expand Down
5 changes: 0 additions & 5 deletions src/base/ie8-wet-boew.scss
Expand Up @@ -9,11 +9,6 @@
@import "../plugins/overlay/overlay-ie8";
@import "../plugins/tabs/tabs-ie8";

/*
Polyfills
*/
@import "../polyfills/details/details-ie8";

/* Print view */
@media print {
@import "../plugins/footnotes/footnotes-ie8-printView";
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/carousel/carousel-xSmallViewUnder.scss
Expand Up @@ -28,7 +28,7 @@
}
&.carousel-s2 {
[role="tablist"] {
li:not( .control ) {
li[role="presentation"] {
display: none;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/carousel/carousel.scss
Expand Up @@ -124,7 +124,7 @@
li {
border: none;
visibility: visible;
&:not( .control ) {
&[role="presentation"] {
padding: 4px;
top: 100%;
background: $lightGray;
Expand Down
6 changes: 3 additions & 3 deletions src/plugins/menu/demo/menu.scss
Expand Up @@ -15,11 +15,11 @@
> a {
color: #fff;
padding: 1em;
border-left: 2px ridge #284468;
border-right: 2px ridge #284468;
}
&:last-child {
&:first-child {
a {
border-right: 2px ridge #284468;
border-left: 2px ridge #284468;
}
}
}
Expand Down
12 changes: 7 additions & 5 deletions src/plugins/multimedia/multimedia.scss
Expand Up @@ -156,13 +156,15 @@
.tline {
@extend %pnl;
.textonly {
p {
.wb-mm-tmln-crrnt, .wb-mm-tmln-ttl {
display: inline !important;
float: left;
margin:0;
&:last-child {
float:right;
}
}
.wb-mm-tmln-crrnt {
float: left;
}
.wb-mm-tmln-ttl {
float:right;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/tabs/tabs.scss
Expand Up @@ -27,7 +27,7 @@
border-bottom-right-radius: 4px;
box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.125);
margin-top: -1px;
&:not([open]), &.out {
&[aria-expanded="false"], &.out {
display: none;
}
> summary {
Expand Down
4 changes: 2 additions & 2 deletions src/polyfills/details/details-base.scss
Expand Up @@ -3,7 +3,7 @@
* wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
*/
details {
&:not([open]) {
&[aria-expanded="false"] {
> {
* {
display: none;
Expand All @@ -16,4 +16,4 @@ details {
cursor: pointer;
}
}
}
}
21 changes: 0 additions & 21 deletions src/polyfills/details/details-ie8.scss

This file was deleted.

0 comments on commit b77f26c

Please sign in to comment.