File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 999999 border-radius: {{ corner-shape|corner(size=4) }}px;
10001000 border-top-left-radius: {{ corner-shape|corner(size=0) }};
10011001 border-top-right-radius: {{ corner-shape|corner(size=0) }};
1002- alternate-background-color: {{ table.alternateBackground|color }}
1002+ alternate-background-color: {{ table.alternateBackground|color }};
1003+ {{ corner-shape|corner(size=4)|env(value="border-radius: ${}px;", version="<6.0.0", os="Darwin") }}
1004+ {{ primary|color(state="table.selectionBackground")|env(value="selection-background-color: ${};", version="<6.0.0") }}
10031005}
10041006QCalendarWidget > .QWidget > QToolButton#qt_calendar_prevmonth {
10051007 qproperty-icon: {{ foreground|color(state="icon")|url(id="arrow_upward", rotate=270) }};
Original file line number Diff line number Diff line change @@ -1235,7 +1235,10 @@ QCalendarWidget > QTableView {
12351235 border-radius: {{ corner-shape|corner(size=4) }}px;
12361236 border-top-left-radius: {{ corner-shape|corner(size=0) }};
12371237 border-top-right-radius: {{ corner-shape|corner(size=0) }};
1238- alternate-background-color: {{ table.alternateBackground|color }}
1238+ alternate-background-color: {{ table.alternateBackground|color }};
1239+ {{ corner-shape|corner(size=4)|env(value="border-radius: ${}px;", version="<6.0.0", os="Darwin") }}
1240+ /* Fix 207 */
1241+ {{ primary|color(state="table.selectionBackground")|env(value="selection-background-color: ${};", version="<6.0.0") }}
12391242}
12401243
12411244/*
You can’t perform that action at this time.
0 commit comments