From baefa0b33c97e538e14fbe8a9f32015b72f32b94 Mon Sep 17 00:00:00 2001 From: Marc Cohen Date: Tue, 30 Jun 2015 09:45:21 +0100 Subject: [PATCH] remove demo.css --- src/tooltip/demo.css | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/tooltip/demo.css diff --git a/src/tooltip/demo.css b/src/tooltip/demo.css deleted file mode 100644 index fe3ae59e..00000000 --- a/src/tooltip/demo.css +++ /dev/null @@ -1,38 +0,0 @@ -/** - * Copyright 2015 Google Inc. All Rights Reserved. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -.demo-page--tooltip { - padding: 20px; - height: 120px; -} - -.demo-page--tooltip .icon { - background-color: transparent; - border: none; - display: inline-block; - height: 21px; - margin: 0 50px; - opacity: 0.7; - outline: none; - padding: 0; - position: relative; - width: 21px; - font-size: 24px; -} - -.demo-page--tooltip .icon:hover { - opacity: 1; -}