Skip to content

Commit

Permalink
Merge branch 'master' into fix/input-message-groups
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Jan 20, 2020
2 parents 4eb07b7 + e111dcc commit 58b465d
Show file tree
Hide file tree
Showing 61 changed files with 2,462 additions and 2,154 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.5.0-rc.0"></a>
# [0.5.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.4.1...v0.5.0-rc.0) (2020-01-18)


### Bug Fixes

* Match link and breadcrumb to fiori3 ([#475](https://github.com/SAP/fundamental-styles/issues/475)) ([1e8be78](https://github.com/SAP/fundamental-styles/commit/1e8be78))
* section lines added according to Fiori 3 ([#488](https://github.com/SAP/fundamental-styles/issues/488)) ([a04d6eb](https://github.com/SAP/fundamental-styles/commit/a04d6eb))
* update modal docs to remove .modal-demo-bg ([#593](https://github.com/SAP/fundamental-styles/issues/593)) ([11b7208](https://github.com/SAP/fundamental-styles/commit/11b7208))


### Features

* Adjust tabs to fiori3 specification ([#471](https://github.com/SAP/fundamental-styles/issues/471)) ([f79aa7c](https://github.com/SAP/fundamental-styles/commit/f79aa7c))
* toggle follow fiori3 ([#492](https://github.com/SAP/fundamental-styles/issues/492)) ([a4c40a3](https://github.com/SAP/fundamental-styles/commit/a4c40a3))



<a name="0.4.1"></a>
## [0.4.1](https://github.com/SAP/fundamental-styles/compare/v0.4.1-rc.11...v0.4.1) (2020-01-16)

Expand Down
8 changes: 0 additions & 8 deletions docs/_includes/head_print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
<meta name="keywords" content="{{page.tags}}{% if page.tags %}, {% endif %} {{page.keywords}}">
<title>{% if page.homepage == true %} {{site.homepage_title}} {% elsif page.title %}{{ page.title }}{% endif %} | {{ site.site_title }}</title>


<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/font-awesome.min.css" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/modern-business.css" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/lavish-bootstrap.css" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/customstyles.css" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/theme-green.css" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/css/printstyles.css" | prepend: site.baseurl }}">

Expand Down
15 changes: 0 additions & 15 deletions docs/_sass/_docs-display-component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
.fd-mega-menu__link,
.fd-mega-menu__sublink,
.fd-dropdown__item,
.fd-breadcrumb__link,
.fd-side-nav__link {
color: inherit;
&:hover {
Expand Down Expand Up @@ -263,14 +262,6 @@
top: 10px;
}

.fd-breadcrumb__link {
color: #0a6ed1;
&:hover {
color: #0a6ed1;
text-decoration: none;
}
}

.fd-side-nav {
max-width: 250px;
}
Expand Down Expand Up @@ -307,12 +298,6 @@
text-decoration: none;
}

.fd-link:hover,
.fd-link:active,
.fd-link:focus {
text-decoration: none;
}

.fd-panel__description, .fd-action-bar__description {
padding: 0;
}
Expand Down
4 changes: 2 additions & 2 deletions docs/_sass/_landingPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -625,13 +625,13 @@ body {
transition: all 0.3s ease;
}

.sap-icon--menu2::before {
.header-section__sap-icon--menu2::before {
font-size: 20px;
transition: opacity .3s, transform .3s;
color: $home-page-action-color;
}

.sap-icon--decline::before {
.header-section__sap-icon--decline::before {
font-size: 20px;
transition: opacity .3s, transform .3s;
transform: rotate(-180deg);
Expand Down

0 comments on commit 58b465d

Please sign in to comment.