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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-09-02 10:10:33 +0300
committerGitHub <noreply@github.com>2019-09-02 10:10:33 +0300
commit16b6bf2a676ec483198a7ff4700fe40ba27b6b8f (patch)
treebdc38b8a65503730912b5cc42abfc09631592353
parent32d7d9b31d551ba6c136cf2a4c21214bdb28efb8 (diff)
parente6838d7bb863ac3c8d2ad79bdb53a0004196be58 (diff)
Merge pull request #420 from nextcloud/bugfix/noid/fix-merge-conflict-of-backports
The backports of #392 and #390 did not work out as expected
-rw-r--r--css/styles.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/css/styles.scss b/css/styles.scss
index 6e45782..0bbc1fb 100644
--- a/css/styles.scss
+++ b/css/styles.scss
@@ -129,8 +129,6 @@
& > span.text,
& > a > span.text {
padding-left: 10px;
- display: inline-flex;
- align-items: center;
}
}
@@ -183,7 +181,7 @@
.notification-actions {
overflow: hidden;
-
+
.action-button.primary {
color: var(--color-primary-text);
}