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

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/mobile/mobile.scss')
-rw-r--r--app/assets/stylesheets/mobile/mobile.scss20
1 files changed, 1 insertions, 19 deletions
diff --git a/app/assets/stylesheets/mobile/mobile.scss b/app/assets/stylesheets/mobile/mobile.scss
index f3998a7c7..2a88055e6 100644
--- a/app/assets/stylesheets/mobile/mobile.scss
+++ b/app/assets/stylesheets/mobile/mobile.scss
@@ -676,28 +676,10 @@ input#q.search {
margin-bottom: 20px;
}
-@mixin aspect-dropdown-link() {
- $link-text-color: #333;
-
- a {
- cursor: pointer;
- padding-left: 10px;
-
- .text {
- color: $link-text-color;
- font-size: 128%;
- }
-
- &:hover {
- background: $background-grey;
- }
- }
-}
-
.aspect-dropdown {
li {
@include selectable-list;
- @include aspect-dropdown-link;
+ @include aspect-dropdown-link(128%);
.status-indicator {
display: inline-block;