@fundamental-styles/theming-preview 0.21.0-rc.21 → 0.21.0-rc.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/fundamental-styles.css +164 -400
  2. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * Fundamental Library Styles v0.21.0-rc.21
3
+ * Fundamental Library Styles v0.21.0-rc.25
4
4
  * Copyright (c) 2021 SAP SE or an SAP affiliate company.
5
5
  * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)
6
6
  */
@@ -23809,9 +23809,9 @@
23809
23809
  .fd-menu__sublist[aria-hidden=true] {
23810
23810
  display: none
23811
23811
  }
23812
- .fd-menu__list > li {
23813
- position: relative;
23814
- width: 100%
23812
+ .fd-menu__list > .fd-menu__item {
23813
+ width: 100%;
23814
+ position: relative
23815
23815
  }
23816
23816
  .fd-menu__separator {
23817
23817
  font-size: .875rem;
@@ -31740,8 +31740,18 @@ places the element far left of the screen. so it is not visible.
31740
31740
  padding: 0;
31741
31741
  margin: 0;
31742
31742
  border: 0;
31743
- font-size: .875rem;
31744
- font-size: var(--sapFontSize,.875rem)
31743
+ display: -webkit-box;
31744
+ display: -ms-flexbox;
31745
+ display: flex;
31746
+ -webkit-box-align: center;
31747
+ -ms-flex-align: center;
31748
+ align-items: center;
31749
+ -webkit-box-pack: justify;
31750
+ -ms-flex-pack: justify;
31751
+ justify-content: space-between;
31752
+ padding: 0 1rem;
31753
+ height: 2.75rem;
31754
+ width: 100%
31745
31755
  }
31746
31756
  .fd-pagination::after,
31747
31757
  .fd-pagination::before {
@@ -31749,7 +31759,7 @@ places the element far left of the screen. so it is not visible.
31749
31759
  box-sizing: inherit;
31750
31760
  font-size: inherit
31751
31761
  }
31752
- .fd-pagination__total {
31762
+ .fd-pagination__per-page {
31753
31763
  font-size: .875rem;
31754
31764
  font-size: var(--sapFontSize,.875rem);
31755
31765
  line-height: 1.4;
@@ -31764,23 +31774,22 @@ places the element far left of the screen. so it is not visible.
31764
31774
  padding: 0;
31765
31775
  margin: 0;
31766
31776
  border: 0;
31767
- font-size: .875rem;
31768
- font-size: var(--sapFontSize,.875rem);
31769
- color: #6a6d70;
31770
- color: var(--sapContent_LabelColor,#6a6d70);
31771
- margin-right: .5rem
31777
+ display: -webkit-box;
31778
+ display: -ms-flexbox;
31779
+ display: flex;
31780
+ -webkit-box-pack: center;
31781
+ -ms-flex-pack: center;
31782
+ justify-content: center;
31783
+ -webkit-box-align: center;
31784
+ -ms-flex-align: center;
31785
+ align-items: center
31772
31786
  }
31773
- .fd-pagination__total::after,
31774
- .fd-pagination__total::before {
31787
+ .fd-pagination__per-page::after,
31788
+ .fd-pagination__per-page::before {
31775
31789
  -webkit-box-sizing: inherit;
31776
31790
  box-sizing: inherit;
31777
31791
  font-size: inherit
31778
31792
  }
31779
- .fd-pagination__total[dir=rtl],
31780
- [dir=rtl] .fd-pagination__total {
31781
- margin-right: 0;
31782
- margin-left: .5rem
31783
- }
31784
31793
  .fd-pagination__nav {
31785
31794
  font-size: .875rem;
31786
31795
  font-size: var(--sapFontSize,.875rem);
@@ -31796,11 +31805,17 @@ places the element far left of the screen. so it is not visible.
31796
31805
  padding: 0;
31797
31806
  margin: 0;
31798
31807
  border: 0;
31799
- display: inline-block;
31800
- padding-left: 0;
31801
- margin-left: 0;
31802
- list-style: none;
31803
- margin-bottom: 0
31808
+ display: -webkit-box;
31809
+ display: -ms-flexbox;
31810
+ display: flex;
31811
+ -webkit-box-pack: center;
31812
+ -ms-flex-pack: center;
31813
+ justify-content: center;
31814
+ -webkit-box-align: center;
31815
+ -ms-flex-align: center;
31816
+ align-items: center;
31817
+ margin-left: auto;
31818
+ margin-right: auto
31804
31819
  }
31805
31820
  .fd-pagination__nav::after,
31806
31821
  .fd-pagination__nav::before {
@@ -31832,310 +31847,82 @@ places the element far left of the screen. so it is not visible.
31832
31847
  }
31833
31848
  .fd-pagination__more::before {
31834
31849
  content: "...";
31835
- color: #0a6ed1;
31836
- color: var(--sapLinkColor,#0a6ed1);
31837
- font-weight: 700
31838
- }
31839
- .fd-pagination__link {
31840
- font-size: .875rem;
31841
- font-size: var(--sapFontSize,.875rem);
31842
- line-height: 1.4;
31843
- line-height: var(--sapContent_LineHeight,1.4);
31844
- color: #32363a;
31845
- color: var(--sapTextColor,#32363a);
31846
- font-family: "72","72full",Arial,Helvetica,sans-serif;
31847
- font-family: var(--sapFontFamily, "72", "72full", Arial, Helvetica, sans-serif);
31848
- font-weight: 400;
31849
- -webkit-box-sizing: border-box;
31850
- box-sizing: border-box;
31851
- padding: 0;
31852
- margin: 0;
31853
- border: 0;
31854
- color: #0a6ed1;
31855
- color: var(--sapLinkColor,#0a6ed1);
31856
- -webkit-text-decoration: none;
31857
- -webkit-text-decoration: var(--fdLink_Text_Decoration,none);
31858
- text-decoration: none;
31859
- text-decoration: var(--fdLink_Text_Decoration,none);
31860
- text-shadow: 0 0 .125rem #fff;
31861
- text-shadow: var(--sapContent_TextShadow,0 0 .125rem #fff);
31862
- display: inline-block;
31863
- -webkit-transition: all 125ms ease-in;
31864
- transition: all 125ms ease-in;
31865
- line-height: inherit;
31866
- font-size: .875rem;
31867
- font-size: var(--sapFontSize,.875rem);
31868
- background-color: transparent;
31869
- padding-left: .25rem;
31870
- padding-right: .25rem;
31871
- position: relative;
31872
- text-decoration: none
31873
- }
31874
- .fd-pagination__link::after,
31875
- .fd-pagination__link::before {
31876
- -webkit-box-sizing: inherit;
31877
- box-sizing: inherit;
31878
- font-size: inherit
31879
- }
31880
- .fd-pagination__link--emphasized {
31881
- font-weight: 700
31882
- }
31883
- .fd-pagination__link:visited {
31884
- color: #0a6ed1;
31885
- color: var(--sapLink_Visited_Color,#0a6ed1)
31886
- }
31887
- .fd-pagination__link.is-hover,
31888
- .fd-pagination__link:hover {
31889
- color: #0854a0;
31890
- color: var(--sapLink_Hover_Color,#0854a0);
31891
- -webkit-text-decoration: underline;
31892
- -webkit-text-decoration: var(--fdLink_Text_Decoration_Opposite,underline);
31893
- text-decoration: underline;
31894
- text-decoration: var(--fdLink_Text_Decoration_Opposite,underline)
31895
- }
31896
- .fd-pagination__link.is-focus,
31897
- .fd-pagination__link:focus {
31898
- z-index: 5;
31899
- -webkit-box-shadow: none;
31900
- box-shadow: none;
31901
- outline-offset: -.0625rem;
31902
- outline-width: .0625rem;
31903
- outline-width: var(--sapContent_FocusWidth,.0625rem);
31904
- outline-color: #000;
31905
- outline-color: var(--sapContent_FocusColor,#000);
31906
- outline-style: dotted;
31907
- outline-style: var(--sapContent_FocusStyle,dotted);
31908
- -webkit-text-decoration: underline;
31909
- -webkit-text-decoration: var(--fdLink_Text_Decoration_Opposite,underline);
31910
- text-decoration: underline;
31911
- text-decoration: var(--fdLink_Text_Decoration_Opposite,underline)
31912
- }
31913
- .fd-pagination__link.is-active,
31914
- .fd-pagination__link:active {
31915
- color: #0a6ed1;
31916
- color: var(--sapLink_Active_Color,#0a6ed1);
31917
- -webkit-text-decoration: underline;
31918
- -webkit-text-decoration: var(--fdLink_Text_Decoration_Opposite,underline);
31919
- text-decoration: underline;
31920
- text-decoration: var(--fdLink_Text_Decoration_Opposite,underline)
31921
- }
31922
- .fd-pagination__link--inverted {
31923
- color: #d3e8fd;
31924
- color: var(--sapLink_InvertedColor,#d3e8fd);
31925
- text-shadow: none
31926
- }
31927
- .fd-pagination__link--inverted.is-hover,
31928
- .fd-pagination__link--inverted:hover {
31929
- color: #d3e8fd;
31930
- color: var(--sapLink_InvertedColor,#d3e8fd)
31931
- }
31932
- .fd-pagination__link--inverted.is-focus,
31933
- .fd-pagination__link--inverted:focus {
31934
- z-index: 5;
31935
- outline-color: #fff;
31936
- outline-color: var(--sapContent_ContrastFocusColor,#fff)
31937
- }
31938
- .fd-pagination__link--subtle {
31939
- color: #074888;
31940
- color: var(--sapLink_SubtleColor,#074888)
31941
- }
31942
- .fd-pagination__link.is-disabled,
31943
- .fd-pagination__link:disabled,
31944
- .fd-pagination__link[aria-disabled=true] {
31945
- opacity: .4;
31946
- opacity: var(--sapContent_DisabledOpacity,.4);
31947
- color: #0a6ed1;
31948
- color: var(--sapLinkColor,#0a6ed1);
31949
- pointer-events: none
31950
- }
31951
- .fd-pagination__link.is-selected,
31952
- .fd-pagination__link[aria-selected=true] {
31953
- color: #6a6d70;
31954
- color: var(--sapContent_LabelColor,#6a6d70);
31955
- text-decoration: none;
31956
- cursor: default;
31957
- font-weight: 700
31958
- }
31959
- .fd-pagination__link--next,
31960
- .fd-pagination__link--previous {
31961
- font-size: .875rem;
31962
- font-size: var(--sapFontSize,.875rem);
31963
- line-height: 1.4;
31964
- line-height: var(--sapContent_LineHeight,1.4);
31965
- color: #32363a;
31966
- color: var(--sapTextColor,#32363a);
31967
- font-family: "72","72full",Arial,Helvetica,sans-serif;
31968
- font-family: var(--sapFontFamily, "72", "72full", Arial, Helvetica, sans-serif);
31969
- font-weight: 400;
31970
- -webkit-box-sizing: border-box;
31971
- box-sizing: border-box;
31972
- padding: 0;
31973
- margin: 0;
31974
- border: 0;
31975
- color: #0a6ed1;
31976
- color: var(--sapLinkColor,#0a6ed1);
31977
- -webkit-text-decoration: none;
31978
- -webkit-text-decoration: var(--fdLink_Text_Decoration,none);
31979
- text-decoration: none;
31980
- text-decoration: var(--fdLink_Text_Decoration,none);
31981
- text-shadow: 0 0 .125rem #fff;
31982
- text-shadow: var(--sapContent_TextShadow,0 0 .125rem #fff);
31983
- display: inline-block;
31984
- -webkit-transition: all 125ms ease-in;
31985
- transition: all 125ms ease-in;
31986
- line-height: inherit;
31987
- font-size: .875rem;
31988
- font-size: var(--sapFontSize,.875rem);
31989
- padding-left: .5rem;
31990
- padding-right: .5rem
31991
- }
31992
- .fd-pagination__link--next::after,
31993
- .fd-pagination__link--next::before,
31994
- .fd-pagination__link--previous::after,
31995
- .fd-pagination__link--previous::before {
31996
- -webkit-box-sizing: inherit;
31997
- box-sizing: inherit;
31998
- font-size: inherit
31999
- }
32000
- .fd-pagination__link--next--emphasized,
32001
- .fd-pagination__link--previous--emphasized {
32002
- font-weight: 700
32003
- }
32004
- .fd-pagination__link--next:visited,
32005
- .fd-pagination__link--previous:visited {
32006
- color: #0a6ed1;
32007
- color: var(--sapLink_Visited_Color,#0a6ed1)
32008
- }
32009
- .fd-pagination__link--next.is-hover,
32010
- .fd-pagination__link--next:hover,
32011
- .fd-pagination__link--previous.is-hover,
32012
- .fd-pagination__link--previous:hover {
32013
- color: #0854a0;
32014
- color: var(--sapLink_Hover_Color,#0854a0);
32015
- -webkit-text-decoration: underline;
32016
- -webkit-text-decoration: var(--fdLink_Text_Decoration_Opposite,underline);
32017
- text-decoration: underline;
32018
- text-decoration: var(--fdLink_Text_Decoration_Opposite,underline)
32019
- }
32020
- .fd-pagination__link--next.is-focus,
32021
- .fd-pagination__link--next:focus,
32022
- .fd-pagination__link--previous.is-focus,
32023
- .fd-pagination__link--previous:focus {
32024
- z-index: 5;
32025
- -webkit-box-shadow: none;
32026
- box-shadow: none;
32027
- outline-offset: -.0625rem;
32028
- outline-width: .0625rem;
32029
- outline-width: var(--sapContent_FocusWidth,.0625rem);
32030
- outline-color: #000;
32031
- outline-color: var(--sapContent_FocusColor,#000);
32032
- outline-style: dotted;
32033
- outline-style: var(--sapContent_FocusStyle,dotted);
32034
- -webkit-text-decoration: underline;
32035
- -webkit-text-decoration: var(--fdLink_Text_Decoration_Opposite,underline);
32036
- text-decoration: underline;
32037
- text-decoration: var(--fdLink_Text_Decoration_Opposite,underline)
32038
- }
32039
- .fd-pagination__link--next.is-active,
32040
- .fd-pagination__link--next:active,
32041
- .fd-pagination__link--previous.is-active,
32042
- .fd-pagination__link--previous:active {
32043
- color: #0a6ed1;
32044
- color: var(--sapLink_Active_Color,#0a6ed1);
32045
- -webkit-text-decoration: underline;
32046
- -webkit-text-decoration: var(--fdLink_Text_Decoration_Opposite,underline);
32047
- text-decoration: underline;
32048
- text-decoration: var(--fdLink_Text_Decoration_Opposite,underline)
32049
- }
32050
- .fd-pagination__link--next--inverted,
32051
- .fd-pagination__link--previous--inverted {
32052
- color: #d3e8fd;
32053
- color: var(--sapLink_InvertedColor,#d3e8fd);
32054
- text-shadow: none
32055
- }
32056
- .fd-pagination__link--next--inverted.is-hover,
32057
- .fd-pagination__link--next--inverted:hover,
32058
- .fd-pagination__link--previous--inverted.is-hover,
32059
- .fd-pagination__link--previous--inverted:hover {
32060
- color: #d3e8fd;
32061
- color: var(--sapLink_InvertedColor,#d3e8fd)
32062
- }
32063
- .fd-pagination__link--next--inverted.is-focus,
32064
- .fd-pagination__link--next--inverted:focus,
32065
- .fd-pagination__link--previous--inverted.is-focus,
32066
- .fd-pagination__link--previous--inverted:focus {
32067
- z-index: 5;
32068
- outline-color: #fff;
32069
- outline-color: var(--sapContent_ContrastFocusColor,#fff)
32070
- }
32071
- .fd-pagination__link--next--subtle,
32072
- .fd-pagination__link--previous--subtle {
32073
- color: #074888;
32074
- color: var(--sapLink_SubtleColor,#074888)
31850
+ display: block;
31851
+ width: 1.5rem;
31852
+ text-align: center
32075
31853
  }
32076
- .fd-pagination__link--next.is-disabled,
32077
- .fd-pagination__link--next:disabled,
32078
- .fd-pagination__link--next[aria-disabled=true],
32079
- .fd-pagination__link--previous.is-disabled,
32080
- .fd-pagination__link--previous:disabled,
32081
- .fd-pagination__link--previous[aria-disabled=true] {
32082
- opacity: .4;
32083
- opacity: var(--sapContent_DisabledOpacity,.4);
32084
- color: #0a6ed1;
32085
- color: var(--sapLinkColor,#0a6ed1);
32086
- pointer-events: none
31854
+ .fd-pagination .fd-pagination__input {
31855
+ width: auto;
31856
+ min-width: 2.5rem;
31857
+ text-align: center;
31858
+ -moz-appearance: textfield
32087
31859
  }
32088
- .fd-pagination__link--previous {
32089
- font-size: .75rem;
32090
- font-size: var(--sapFontSmallSize,.75rem)
31860
+ .fd-pagination .fd-pagination__input::-webkit-inner-spin-button,
31861
+ .fd-pagination .fd-pagination__input::-webkit-outer-spin-button {
31862
+ -webkit-appearance: none;
31863
+ margin: 0
32091
31864
  }
32092
- .fd-pagination__link--previous::before {
32093
- font-family: SAP-icons;
32094
- text-align: center;
32095
- text-decoration: inherit;
32096
- text-transform: none;
32097
- text-rendering: optimizeLegibility
31865
+ .fd-pagination .fd-pagination__label,
31866
+ .fd-pagination .fd-pagination__per-page-label {
31867
+ -ms-flex-negative: 0;
31868
+ flex-shrink: 0;
31869
+ -ms-flex-item-align: center;
31870
+ align-self: center
32098
31871
  }
32099
- .fd-pagination__link--previous::before {
32100
- content: ""
31872
+ .fd-pagination .fd-pagination__label {
31873
+ display: none
32101
31874
  }
32102
- .fd-pagination__link--previous[dir=rtl]::before,
32103
- [dir=rtl] .fd-pagination__link--previous::before {
32104
- font-family: SAP-icons;
32105
- text-align: center;
32106
- text-decoration: inherit;
32107
- text-transform: none;
32108
- text-rendering: optimizeLegibility
31875
+ .fd-pagination .fd-pagination__button [class*=sap-icon][dir=rtl],
31876
+ [dir=rtl] .fd-pagination .fd-pagination__button [class*=sap-icon] {
31877
+ -webkit-transform: rotate(180deg);
31878
+ transform: rotate(180deg)
32109
31879
  }
32110
- .fd-pagination__link--previous[dir=rtl]::before,
32111
- [dir=rtl] .fd-pagination__link--previous::before {
32112
- content: ""
31880
+ .fd-pagination .fd-pagination__button--mobile {
31881
+ display: none
32113
31882
  }
32114
- .fd-pagination__link--next {
32115
- font-size: .75rem;
32116
- font-size: var(--sapFontSmallSize,.75rem)
31883
+ .fd-pagination--mobile .fd-pagination__per-page + .fd-pagination__nav {
31884
+ margin-left: auto;
31885
+ margin-right: 0
32117
31886
  }
32118
- .fd-pagination__link--next::before {
32119
- font-family: SAP-icons;
32120
- text-align: center;
32121
- text-decoration: inherit;
32122
- text-transform: none;
32123
- text-rendering: optimizeLegibility
31887
+ .fd-pagination--mobile .fd-pagination__per-page + .fd-pagination__nav[dir=rtl],
31888
+ [dir=rtl] .fd-pagination--mobile .fd-pagination__per-page + .fd-pagination__nav {
31889
+ margin-right: auto;
31890
+ margin-left: 0
32124
31891
  }
32125
- .fd-pagination__link--next::before {
32126
- content: ""
31892
+ .fd-pagination--mobile .fd-pagination__link,
31893
+ .fd-pagination--mobile .fd-pagination__more,
31894
+ .fd-pagination--mobile .fd-pagination__per-page-label,
31895
+ .fd-pagination--mobile .fd-pagination__total {
31896
+ display: none
32127
31897
  }
32128
- .fd-pagination__link--next[dir=rtl]::before,
32129
- [dir=rtl] .fd-pagination__link--next::before {
32130
- font-family: SAP-icons;
32131
- text-align: center;
32132
- text-decoration: inherit;
32133
- text-transform: none;
32134
- text-rendering: optimizeLegibility
31898
+ .fd-pagination--mobile .fd-pagination__button--mobile,
31899
+ .fd-pagination--mobile .fd-pagination__label {
31900
+ display: -webkit-box;
31901
+ display: -ms-flexbox;
31902
+ display: flex
32135
31903
  }
32136
- .fd-pagination__link--next[dir=rtl]::before,
32137
- [dir=rtl] .fd-pagination__link--next::before {
32138
- content: ""
31904
+ @media (max-width:599px) {
31905
+ .fd-pagination .fd-pagination__per-page + .fd-pagination__nav {
31906
+ margin-left: auto;
31907
+ margin-right: 0
31908
+ }
31909
+ .fd-pagination .fd-pagination__per-page + .fd-pagination__nav[dir=rtl],
31910
+ [dir=rtl] .fd-pagination .fd-pagination__per-page + .fd-pagination__nav {
31911
+ margin-right: auto;
31912
+ margin-left: 0
31913
+ }
31914
+ .fd-pagination .fd-pagination__link,
31915
+ .fd-pagination .fd-pagination__more,
31916
+ .fd-pagination .fd-pagination__per-page-label,
31917
+ .fd-pagination .fd-pagination__total {
31918
+ display: none
31919
+ }
31920
+ .fd-pagination .fd-pagination__button--mobile,
31921
+ .fd-pagination .fd-pagination__label {
31922
+ display: -webkit-box;
31923
+ display: -ms-flexbox;
31924
+ display: flex
31925
+ }
32139
31926
  }
32140
31927
  .fd-panel,
32141
31928
  .fd-panel__content,
@@ -35449,8 +35236,6 @@ places the element far left of the screen. so it is not visible.
35449
35236
  padding: 0;
35450
35237
  margin: 0;
35451
35238
  border: 0;
35452
- display: block;
35453
- padding-right: 0;
35454
35239
  text-shadow: none;
35455
35240
  text-shadow: var(--fdSelect_Text_Shadow,none)
35456
35241
  }
@@ -35506,19 +35291,21 @@ places the element far left of the screen. so it is not visible.
35506
35291
  appearance: none;
35507
35292
  -webkit-appearance: none;
35508
35293
  -moz-appearance: none;
35509
- height: 2.25rem;
35510
- width: 100%;
35511
- text-align: left;
35512
35294
  display: -webkit-box;
35513
35295
  display: -ms-flexbox;
35514
35296
  display: flex;
35297
+ -webkit-box-pack: center;
35298
+ -ms-flex-pack: center;
35299
+ justify-content: center;
35515
35300
  -webkit-box-align: center;
35516
35301
  -ms-flex-align: center;
35517
35302
  align-items: center;
35518
35303
  -webkit-box-pack: justify;
35519
35304
  -ms-flex-pack: justify;
35520
35305
  justify-content: space-between;
35521
- padding-right: 0
35306
+ width: 100%;
35307
+ height: 2.25rem;
35308
+ text-align: left
35522
35309
  }
35523
35310
  .fd-select__control::after,
35524
35311
  .fd-select__control::before {
@@ -35755,26 +35542,6 @@ places the element far left of the screen. so it is not visible.
35755
35542
  .fd-select__control[readonly]::placeholder {
35756
35543
  color: transparent
35757
35544
  }
35758
- .fd-select__control .fd-select__button {
35759
- -webkit-box-align: center;
35760
- -ms-flex-align: center;
35761
- align-items: center;
35762
- border-radius: 0;
35763
- display: -webkit-inline-box;
35764
- display: -ms-inline-flexbox;
35765
- display: inline-flex;
35766
- -webkit-box-pack: center;
35767
- -ms-flex-pack: center;
35768
- justify-content: center;
35769
- margin-left: .5rem;
35770
- color: #0854a0;
35771
- color: var(--sapContent_IconColor,#0854a0);
35772
- border: none
35773
- }
35774
- .fd-select__control .fd-select__button.is-hover,
35775
- .fd-select__control .fd-select__button:hover {
35776
- border: none
35777
- }
35778
35545
  .fd-select__control.is-hover,
35779
35546
  .fd-select__control:hover {
35780
35547
  background-color: #fff;
@@ -35961,50 +35728,28 @@ places the element far left of the screen. so it is not visible.
35961
35728
  .fd-select__control[readonly]::placeholder {
35962
35729
  color: transparent
35963
35730
  }
35964
- .fd-select__control.is-focus,
35965
- .fd-select__control:focus {
35966
- z-index: 5;
35967
- outline: 0
35968
- }
35969
- .fd-select__control.is-focus::before,
35970
- .fd-select__control:focus::before {
35971
- content: '';
35972
- top: .1875rem;
35973
- left: .1875rem;
35731
+ .fd-select__control.is-focus::after,
35732
+ .fd-select__control:focus::after {
35974
35733
  border-width: .0625rem;
35975
35734
  border-width: var(--sapContent_FocusWidth,.0625rem);
35976
35735
  border-color: #000;
35977
35736
  border-color: var(--sapContent_FocusColor,#000);
35978
35737
  border-style: dotted;
35979
35738
  border-style: var(--sapContent_FocusStyle,dotted);
35980
- height: calc(100% - (2 * .1875rem));
35981
- width: calc(100% - (2 * .1875rem));
35982
- z-index: 1;
35983
- position: absolute
35984
- }
35985
- .fd-select__control[dir=rtl],
35986
- [dir=rtl] .fd-select__control {
35987
- text-align: right;
35988
- padding-left: 0
35989
- }
35990
- .fd-select__control[dir=rtl].is-focus,
35991
- .fd-select__control[dir=rtl]:focus,
35992
- [dir=rtl] .fd-select__control.is-focus,
35993
- [dir=rtl] .fd-select__control:focus {
35994
- z-index: 5
35995
- }
35996
- .fd-select__control[dir=rtl].is-focus::before,
35997
- .fd-select__control[dir=rtl]:focus::before,
35998
- [dir=rtl] .fd-select__control.is-focus::before,
35999
- [dir=rtl] .fd-select__control:focus::before {
36000
- right: -.0234375rem
35739
+ content: '';
35740
+ position: absolute;
35741
+ pointer-events: none;
35742
+ top: .1875rem;
35743
+ bottom: .1875rem;
35744
+ left: .1875rem;
35745
+ right: .1875rem
36001
35746
  }
36002
35747
  .fd-select__control.is-hover .fd-select__button,
36003
35748
  .fd-select__control:hover .fd-select__button {
36004
- background-color: #ebf5fe;
36005
- background-color: var(--sapButton_Lite_Hover_Background,#ebf5fe);
36006
35749
  border-left: none;
36007
- border-left: var(--fdSelect_Button_Interractive_SideBorder,none)
35750
+ border-left: var(--fdSelect_Button_Interractive_SideBorder,none);
35751
+ background-color: #ebf5fe;
35752
+ background-color: var(--sapButton_Lite_Hover_Background,#ebf5fe)
36008
35753
  }
36009
35754
  .fd-select__control.is-hover .fd-select__button[dir=rtl],
36010
35755
  .fd-select__control:hover .fd-select__button[dir=rtl],
@@ -36014,6 +35759,11 @@ places the element far left of the screen. so it is not visible.
36014
35759
  border-right: none;
36015
35760
  border-right: var(--fdSelect_Button_Interractive_SideBorder,none)
36016
35761
  }
35762
+ .fd-select__control.is-focus,
35763
+ .fd-select__control:focus {
35764
+ z-index: 5;
35765
+ outline: 0
35766
+ }
36017
35767
  .fd-select__control.is-expanded .fd-select__button,
36018
35768
  .fd-select__control[aria-expanded=true] .fd-select__button {
36019
35769
  background-color: #0854a0;
@@ -36076,12 +35826,37 @@ places the element far left of the screen. so it is not visible.
36076
35826
  border-right: none;
36077
35827
  border-right: var(--fdSelect_Button_Interractive_SideBorder,none)
36078
35828
  }
35829
+ .fd-select__control[dir=rtl],
35830
+ [dir=rtl] .fd-select__control {
35831
+ text-align: right
35832
+ }
35833
+ .fd-select__control .fd-select__button {
35834
+ display: -webkit-inline-box;
35835
+ display: -ms-inline-flexbox;
35836
+ display: inline-flex;
35837
+ -webkit-box-pack: center;
35838
+ -ms-flex-pack: center;
35839
+ justify-content: center;
35840
+ -webkit-box-align: center;
35841
+ -ms-flex-align: center;
35842
+ align-items: center;
35843
+ margin-left: .25rem;
35844
+ border: none;
35845
+ border-radius: 0;
35846
+ color: #0854a0;
35847
+ color: var(--sapContent_IconColor,#0854a0)
35848
+ }
35849
+ .fd-select__control .fd-select__button[dir=rtl],
35850
+ [dir=rtl] .fd-select__control .fd-select__button {
35851
+ margin-right: .25rem;
35852
+ margin-left: 0
35853
+ }
36079
35854
  .fd-select__control.is-readonly {
36080
35855
  cursor: text
36081
35856
  }
36082
35857
  .fd-select__control.is-readonly .fd-select__text-content {
36083
- padding-right: .625rem;
36084
- padding-left: .625rem
35858
+ padding-left: .625rem;
35859
+ padding-right: .625rem
36085
35860
  }
36086
35861
  .fd-select__text-content {
36087
35862
  font-size: .875rem;
@@ -36098,10 +35873,8 @@ places the element far left of the screen. so it is not visible.
36098
35873
  padding: 0;
36099
35874
  margin: 0;
36100
35875
  border: 0;
36101
- font-size: .875rem;
36102
- font-size: var(--sapFontSize,.875rem);
36103
35876
  padding-left: .625rem;
36104
- min-width: 5.625rem
35877
+ min-width: 2.75rem
36105
35878
  }
36106
35879
  .fd-select__text-content::after,
36107
35880
  .fd-select__text-content::before {
@@ -36111,33 +35884,24 @@ places the element far left of the screen. so it is not visible.
36111
35884
  }
36112
35885
  .fd-select__text-content[dir=rtl],
36113
35886
  [dir=rtl] .fd-select__text-content {
36114
- padding-left: 0;
36115
- padding-right: .625rem
35887
+ padding-right: .625rem;
35888
+ padding-left: 0
36116
35889
  }
36117
35890
  .fd-select--compact .fd-select__control {
36118
35891
  height: 1.625rem
36119
35892
  }
36120
35893
  .fd-select--compact .fd-select__control .fd-select__text-content {
36121
- padding-left: .5rem
36122
- }
36123
- .fd-select--compact .fd-select__control[dir=rtl],
36124
- [dir=rtl] .fd-select--compact .fd-select__control {
36125
- text-align: right;
36126
- padding-left: 0
35894
+ padding-left: .5rem;
35895
+ min-width: 2rem
36127
35896
  }
36128
- .fd-select--compact .fd-select__control[dir=rtl] .fd-select__text-content,
35897
+ .fd-select--compact .fd-select__control .fd-select__text-content[dir=rtl],
36129
35898
  [dir=rtl] .fd-select--compact .fd-select__control .fd-select__text-content {
36130
- padding-left: 0;
36131
- padding-right: .5rem
36132
- }
36133
- .fd-select--compact .fd-select__control.is-readonly .fd-select__text-content {
36134
35899
  padding-right: .5rem;
36135
- padding-left: .5rem
35900
+ padding-left: 0
36136
35901
  }
36137
- .fd-select[dir=rtl] .fd-select__control .fd-select__button,
36138
- [dir=rtl] .fd-select .fd-select__control .fd-select__button {
36139
- margin-left: 0;
36140
- margin-right: .5rem
35902
+ .fd-select--compact .fd-select__control.is-readonly .fd-select__text-content {
35903
+ padding-left: .5rem;
35904
+ padding-right: .5rem
36141
35905
  }
36142
35906
  .fd-shellbar {
36143
35907
  font-size: .875rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-styles/theming-preview",
3
- "version": "0.21.0-rc.21",
3
+ "version": "0.21.0-rc.25",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://sap.github.io/fundamental-styles/",
6
6
  "description": "Fundamental Library Styles - Theming Package Preview",
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/SAP/fundamental-styles"
10
10
  },
11
11
  "dependencies": {
12
- "fundamental-styles": "0.21.0-rc.21"
12
+ "fundamental-styles": "0.21.0-rc.25"
13
13
  }
14
14
  }
15
15