From 40d9c352aba5351c7a55a63e5bc0508141f51224 Mon Sep 17 00:00:00 2001 From: devlinjunker Date: Wed, 8 Jun 2022 23:55:37 -0700 Subject: [Vue Rewrite] Fix CI Jobs (#1816) * attempt to fix linting Signed-off-by: Devlin Junker * working linting/stylelint Signed-off-by: Devlin Junker * fix npm build Signed-off-by: Devlin Junker * working with node 16 and npm build Signed-off-by: Devlin Junker * fix linting Signed-off-by: Devlin Junker * add @babel/eslint-parser Signed-off-by: Devlin Junker * remove babel-eslint Signed-off-by: Devlin Junker * use node 16 in lint Signed-off-by: Devlin Junker * proper syntax Signed-off-by: Devlin Junker * fix syntax Signed-off-by: Devlin Junker * update version Signed-off-by: Devlin Junker * attempt to undo indentation changes Signed-off-by: Devlin Junker * revert indentation on css and update stylelint rule for now (for simpler PR) Signed-off-by: Devlin Junker * revert indentation changes in vue/js files and update eslint to pass this (for now) Signed-off-by: Devlin Junker * try to cleanup disabled rules Signed-off-by: Devlin Junker * remove last disabled rules in js files Signed-off-by: Devlin Junker * add basic changelog Signed-off-by: Devlin Junker * update calendar-js to 3.0 Signed-off-by: Devlin Junker * remove npm test with TODO (this will fail CI) and remove calendar-js dependency Signed-off-by: Devlin Junker --- css/navigation.scss | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'css/navigation.scss') diff --git a/css/navigation.scss b/css/navigation.scss index c9387913f..606a5ea82 100644 --- a/css/navigation.scss +++ b/css/navigation.scss @@ -1,4 +1,3 @@ - /** * Nextcloud - News * @@ -32,7 +31,6 @@ background-position: 14px center; } - /* navigation */ #app-navigation ul.with-icon > li > a, #app-navigation ul.with-icon > li > ul > li > a { @@ -63,7 +61,6 @@ background-image: url('../img/twitter.svg') !important; } - .col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; @@ -79,7 +76,7 @@ flex-wrap: wrap; } -.icon-dropdown{ +.icon-dropdown { background-position: center !important; background-size: 24px; padding: 2em !important; @@ -90,14 +87,13 @@ .icon-full-text-enabled { background-image: url('../img/fulltext.svg'); background-size: 50%; - opacity: .5; + opacity: 0.5; } - .icon-full-text-disabled { background-image: url('../img/nonfulltext.svg'); background-size: 50%; - opacity: .5; + opacity: 0.5; } #app-navigation .unread > a { @@ -135,10 +131,10 @@ white-space: nowrap; } -#app-navigation .error-message:hover .title -#app-navigation .error-message:hover .message { +// #app-navigation .error-message:hover .title +// #app-navigation .error-message:hover .message { -} +// } #app-navigation .error-message button { top: 0; @@ -154,7 +150,7 @@ background-image: url('../img/close.svg'); background-repeat: no-repeat; background-position: right 5px top 5px; - opacity: .9; + opacity: 0.9; } #app-navigation .error-message button:hover { @@ -170,7 +166,7 @@ #app-navigation .animate-show.ng-hide-add-active, #app-navigation .animate-show.ng-hide-remove-active { - transition: .2s linear opacity; + transition: 0.2s linear opacity; } #app-navigation .animate-show { @@ -189,8 +185,8 @@ transform: rotate(180deg); } -#app-navigation .feed-normal-ordering { -} +// #app-navigation .feed-normal-ordering { +// } #app-navigation .icon-pinned { background-image: url('../img/pinned.svg'); @@ -211,4 +207,3 @@ #app-navigation .updateerror a { background-color: var(--color-warning) !important; } - -- cgit v1.2.3