Skip to content

Instantly share code, notes, and snippets.

View karevn's full-sized avatar

Nikolay Karev karevn

View GitHub Profile
Running against /Users/v8cult/src/project with the following config:
{
"components": [
{
"type": "Dependency",
"patterns": [
"node_modules/*"
]
},
{
div.uberbox div.uberbox-lightbox-actions a[data-action=download] {
display: none !important;
}
@karevn
karevn / no-ticks.css
Created September 10, 2016 14:53
UberGrid - remove "ticks" over images
.uber-grid .uber-grid-cell-title:after {
border: none !important;
}