diff --git a/README.md b/README.md
index c36b514..826be83 100644
--- a/README.md
+++ b/README.md
@@ -12,31 +12,31 @@
## 🚩 Table of Contents
-- [Collect statistics on the use of open source](#collect-statistics-on-the-use-of-open-source)
-- [📙 Documents](#-documents)
-- [🎨 Features](#-features)
-- [🐾 Examples](#-examples)
-- [💾 Install](#-install)
- - [Via Package Manager](#via-package-manager)
- - [npm](#npm)
- - [bower](#bower)
- - [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn)
- - [Download Source Files](#download-source-files)
-- [🔨 Usage](#-usage)
- - [HTML](#html)
- - [JavaScript](#javascript)
- - [Using namespace in browser environment](#using-namespace-in-browser-environment)
- - [Using module format in node environment](#using-module-format-in-node-environment)
-- [🔧 Pull Request Steps](#-pull-request-steps)
- - [Setup](#setup)
- - [Develop](#develop)
- - [Running dev server](#running-dev-server)
- - [Running test](#running-test)
-- [🌏 Browser Support](#-browser-support)
-- [🔧 Pull Request Steps](#-pull-request-steps-1)
-- [💬 Contributing](#-contributing)
-- [🍞 TOAST UI Family](#-toast-ui-family)
-- [📜 License](#-license)
+ - [Collect statistics on the use of open source](#collect-statistics-on-the-use-of-open-source)
+ - [📙 Documents](#-documents)
+ - [🎨 Features](#-features)
+ - [🐾 Examples](#-examples)
+ - [💾 Install](#-install)
+ - [Via Package Manager](#via-package-manager)
+ - [npm](#npm)
+ - [bower](#bower)
+ - [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn)
+ - [Download Source Files](#download-source-files)
+ - [🔨 Usage](#-usage)
+ - [HTML](#html)
+ - [JavaScript](#javascript)
+ - [Using namespace in browser environment](#using-namespace-in-browser-environment)
+ - [Using module format in node environment](#using-module-format-in-node-environment)
+ - [🔧 Pull Request Steps](#-pull-request-steps)
+ - [Setup](#setup)
+ - [Develop](#develop)
+ - [Running dev server](#running-dev-server)
+ - [Running test](#running-test)
+ - [🌏 Browser Support](#-browser-support)
+ - [🔧 Pull Request Steps](#-pull-request-steps-1)
+ - [💬 Contributing](#-contributing)
+ - [🍞 TOAST UI Family](#-toast-ui-family)
+ - [📜 License](#-license)
## Collect statistics on the use of open source
@@ -218,7 +218,7 @@ $ npm run test
## 🌏 Browser Support
| Chrome | Internet Explorer | Edge | Safari | Firefox |
| :---------: | :---------: | :---------: | :---------: | :---------: |
-| Yes | 8+ | Yes | Yes | Yes |
+| Yes | 9+ | Yes | Yes | Yes |
## 🔧 Pull Request Steps
diff --git a/src/styl/tui-color-picker.styl b/src/styl/tui-color-picker.styl
index 1c114ff..43b35f6 100644
--- a/src/styl/tui-color-picker.styl
+++ b/src/styl/tui-color-picker.styl
@@ -13,7 +13,6 @@ no-mp()
inlineBlock()
display: inline-block;
- *display: inline;
zoom: 1;
clearfix()