Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-09-30 23:10:34 +0300
committerbrantje <brantje@gmail.com>2016-09-30 23:10:34 +0300
commit1956512f7631fd299339e790e69989c1e148990e (patch)
treea4004e7f1693fda81a88c71b66a21c5b64380896 /sass
parente790d37b01ff92a7b8e884213fcab31bfd7c3a52 (diff)
Implemented use-theme at tabs
Diffstat (limited to 'sass')
-rw-r--r--sass/partials/tabs.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/sass/partials/tabs.scss b/sass/partials/tabs.scss
index 3a3f4284..c04b87db 100644
--- a/sass/partials/tabs.scss
+++ b/sass/partials/tabs.scss
@@ -21,7 +21,6 @@
transition: background-color 250ms linear;
}
li.active {
- background-color: #0082c9 !important;
color: #fff;
}
}