[popup] Removed clicked parts for transparent style.
authorAmit Kamboj <amit.kamboj@samsung.com>
Fri, 17 May 2013 04:50:39 +0000 (10:20 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:26:18 +0000 (20:26 +0900)
Change-Id: If46a8b99a51bb700cf6de5569701e9bf7ebf4d3e

themes/widgets/popup.edc

index c4d44a1..833252d 100644 (file)
@@ -344,10 +344,6 @@ group { name: "elm/notify/block_events/transparent";
             rel2.relative: 1.0 0.0;
             color: POPUP_DIM_BG_TRANS_COLOR_INC;
          }
-         description { state: "clicked" 0.0;
-            inherit: "default" 0.0;
-            color: POPUP_DIM_BG_CLICKED_TRANS_COLOR_INC;
-         }
       }
       part { name: "block_events";
          type: RECT;
@@ -358,39 +354,6 @@ group { name: "elm/notify/block_events/transparent";
             }
             color: POPUP_DIM_BG_TRANS_COLOR_INC;
          }
-         description { state: "clicked" 0.0;
-            inherit: "default" 0.0;
-            color: POPUP_DIM_BG_CLICKED_TRANS_COLOR_INC;
-         }
-      }
-   }
-   programs {
-      program { name: "block_clicked";
-         signal: "mouse,clicked,1";
-         source: "block_events";
-         action: SIGNAL_EMIT "elm,action,click" "elm";
-         after: "deeper_block_color";
-      }
-      program { name: "indicator_clicked";
-         signal: "mouse,clicked,1";
-         source: "popup_indicator";
-         action: SIGNAL_EMIT "elm,action,click" "elm";
-         after: "deeper_block_color";
-      }
-      program {
-         name: "deeper_block_color";
-         action: STATE_SET "clicked" 0.0;
-         target: "block_events";
-         target: "popup_indicator";
-         transition: LINEAR 0.2;
-         after: "default_block_color";
-      }
-      program {
-         name: "default_block_color";
-         action: STATE_SET "default" 0.0;
-         target: "block_events";
-         target: "popup_indicator";
-         transition: LINEAR 0.2;
       }
    }
 }
@@ -409,10 +372,6 @@ group { name: "elm/notify/block_events/dimrect";
             rel2.relative: 1.0 0.0;
             color: POPUP_DIM_BG_COLOR_INC;
          }
-         description { state: "clicked" 0.0;
-            inherit: "default" 0.0;
-            color: POPUP_DIM_BG_COLOR_INC;
-         }
       }
       part { name: "block_events";
          type: RECT;
@@ -423,10 +382,6 @@ group { name: "elm/notify/block_events/dimrect";
             }
             color: POPUP_DIM_BG_COLOR_INC;
          }
-         description { state: "clicked" 0.0;
-            inherit: "default" 0.0;
-            color: POPUP_DIM_BG_COLOR_INC;
-         }
       }
    }
 }