Project

General

Profile

Feature #43280 » ajust-icon-color-without-link.patch

Go MAEDA, 2025-10-01 16:59

View differences:

app/assets/stylesheets/application.css
1984 1984
  flex-shrink: 0;
1985 1985
}
1986 1986

  
1987
a.icon:link .icon-svg, a.icon-only:link .icon-svg, span.icon-actions:link .icon-svg,
1988
a.icon:visited .icon-svg, a.icon-only:visited .icon-svg, span.icon-actions:visited .icon-svg{
1989
  stroke: var(--oc-blue-9);
1990
  fill: none;
1991
}
1992

  
1987 1993
a.icon:hover .icon-svg, a.icon-only:hover .icon-svg, span.icon-actions:hover .icon-svg {
1988 1994
  stroke: var(--oc-red-9);
1989 1995
}
1990 1996

  
1997
a.icon:link .icon-svg-filled, a.icon-only:link .icon-svg-filled,
1998
a.icon:visited .icon-svg-filled, a.icon-only:visited .icon-svg-filled {
1999
  stroke: none;
2000
  fill: var(--oc-blue-9);
2001
}
2002

  
1991 2003
a.icon:hover .icon-svg-filled, a.icon-only:hover .icon-svg-filled {
1992 2004
  stroke: none;
1993 2005
  fill: var(--oc-red-9);
......
2010 2022
}
2011 2023

  
2012 2024
svg.icon-svg {
2013
  stroke: var(--oc-blue-9);
2025
  stroke: var(--oc-gray-8);
2014 2026
  fill: none;
2015 2027
  stroke-width: 1.5;
2016 2028
  vertical-align: middle;
2017 2029
}
2018 2030

  
2019 2031
svg.icon-svg-filled {
2020
  fill: var(--oc-blue-9);
2032
  fill: var(--oc-gray-8);
2021 2033
  stroke: none;
2022 2034
}
2023 2035

  
(3-3/3)