summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorrafael lisboa <rafaelzlisboa@gmail.com>2015-02-23 15:43:42 -0300
committerrafael lisboa <rafaelzlisboa@gmail.com>2015-02-23 15:43:42 -0300
commitcea009cf6c48b0aeaf51cd37d2edf52bda92ff20 (patch)
tree892453b41fff76ed0aab1da54fc46dbf1b9602ca /web-ui
parentd6fdc6b55bb1bf8c371e4df912f80ff360d7cfa2 (diff)
Remove other unneeded style rules
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/scss/styles.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index 6e035531..3c285ab5 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -31,7 +31,6 @@
background: darken($top_pane, 5%);
clear: both;
overflow: hidden;
- z-index: 1;
li {
display: inline-block;
margin: 1px -3px;
@@ -157,7 +156,6 @@
}
&.selected {
background: #FFF;
- z-index: 3;
a {
color: #333;
}
@@ -485,8 +483,6 @@ button {
padding: 0;
vertical-align: middle;
}
- &:hover {
- }
}
}
@@ -518,7 +514,6 @@ button {
.collapsed-nav {
width: 50px;
position: absolute;
- z-index: 2;
height: 100vh;
background: $secondary;
@@ -660,7 +655,6 @@ button {
bottom: 0;
left: 0;
right: 0;
- z-index: 1002;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}