diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2017-10-14 15:26:50 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-10-19 14:16:38 +0200 |
| commit | eecadd406b8c04ec224ced5a541c85d616bdde40 (patch) | |
| tree | 4feb6e2df1daaf5c8f2e670513c216c154055b52 | |
| parent | 2c454f6dbf12db0415e4bd4fe6eba747b7726cf6 (diff) | |
| download | mullvadvpn-eecadd406b8c04ec224ced5a541c85d616bdde40.tar.xz mullvadvpn-eecadd406b8c04ec224ced5a541c85d616bdde40.zip | |
Fix typo in CSS comment
| -rw-r--r-- | app/components/Account.css | 3 | ||||
| -rw-r--r-- | app/components/SelectLocation.css | 2 | ||||
| -rw-r--r-- | app/components/Settings.css | 2 | ||||
| -rw-r--r-- | app/components/Support.css | 3 |
4 files changed, 4 insertions, 6 deletions
diff --git a/app/components/Account.css b/app/components/Account.css index 21aefef292..96d95c069d 100644 --- a/app/components/Account.css +++ b/app/components/Account.css @@ -24,8 +24,7 @@ margin: 0; top: 24px; left: 12px; - z-index: 1; /* part of .account__container convers the button */ - + z-index: 1; /* part of .account__container covers the button */ } .account__close-icon { diff --git a/app/components/SelectLocation.css b/app/components/SelectLocation.css index 72684711a1..cb63f61115 100644 --- a/app/components/SelectLocation.css +++ b/app/components/SelectLocation.css @@ -28,7 +28,7 @@ background-color: transparent; background-image: url(../assets/images/icon-close.svg); opacity: 0.6; - z-index: 1; /* part of .select-location__container convers the button */ + z-index: 1; /* part of .select-location__container covers the button */ } .select-location__title { diff --git a/app/components/Settings.css b/app/components/Settings.css index 1cf1db20b1..7bb3dfcec7 100644 --- a/app/components/Settings.css +++ b/app/components/Settings.css @@ -35,7 +35,7 @@ background-color: transparent; background-image: url(../assets/images/icon-close.svg); opacity: 0.6; - z-index: 1; /* part of .settings__container convers the button */ + z-index: 1; /* part of .settings__container covers the button */ } .settings__title { diff --git a/app/components/Support.css b/app/components/Support.css index 218371f6dd..a5aedd073d 100644 --- a/app/components/Support.css +++ b/app/components/Support.css @@ -24,8 +24,7 @@ margin: 0; top: 24px; left: 12px; - z-index: 1; /* part of .support__container convers the button */ - + z-index: 1; /* part of .support__container covers the button */ } .support__close-icon { |
