Make forbidden accents in customizer transparent (fixes #644) (Closes #669)

master
Alexander Surma 2015-07-03 12:03:30 +01:00 committed by Addy Osmani
parent b4dc3dd615
commit 7e13ba8997
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
#wheel svg.hide-nonaccents g[data-color="Blue Grey"]:not(.selected),
#wheel svg.hide-nonaccents g[data-color="Brown"]:not(.selected),
#wheel svg.hide-nonaccents g[data-color="Grey"]:not(.selected) {
opacity: 0;
opacity: 0.12;
}
#wheel .selected {
opacity: 1 !important;