File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
library/src/skins/default/src/sass Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 67
67
cp "src/skins/default/images/${theme}.png" "src/skins/default/images/sakaiLogo.png"
68
68
fi
69
69
mvn --batch-mode -o -DskipTests -Dmaven.tomcat.home=$TOMCAT_DIR install sakai:deploy-exploded -Dsakai.skin.target=$theme
70
- echo "skin.default=$theme" >> $TOMCAT_DIR/sakai/local.properties
71
70
done < <(find "$scss_dir" -name '_*.scss' -printf "%T@ %p\n" | sort -n | cut -d' ' -f2-)
71
+ # Most recent theme for testing
72
+ recent_theme=$(basename "$(git log -1 --format= --name-only --diff-filter=AM -- "library/src/skins/default/src/sass/themes/_*.scss")" .scss | sed 's/^_//')
73
+ echo "skin.default=$recent_theme" >> $TOMCAT_DIR/sakai/local.properties
72
74
cd $TOMCAT_DIR
73
75
bin/catalina.sh start
74
76
- name : Upload Artifact
Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ div.fav-title-myworkspace {
275
275
height : $all-sites-button-height ;
276
276
line-height : 29px ;
277
277
text-decoration : none !important ;
278
+ text-overflow : ellipsis ;
278
279
vertical-align : middle ;
279
280
280
281
.fullTitle {
Original file line number Diff line number Diff line change 23
23
#logoWrapper .btn {
24
24
padding : 0 !important ;
25
25
}
26
+
27
+ .portal-header-breadcrumb-separator , .portal-header-breadcrumb-item > a {
28
+ color : var (--sakai-black );
29
+ }
You can’t perform that action at this time.
0 commit comments