remove hover, active
This commit is contained in:
@@ -60,9 +60,6 @@
|
||||
&.white {
|
||||
color: @COLOR_GRAY03;
|
||||
background-color: @COLOR_WHITE;
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus-within,
|
||||
&:focus {
|
||||
box-shadow: 0px 18px 28.2px 1.8px rgba(62, 59, 59, 0.4);
|
||||
background-color: @PRIMARY_COLOR_RED;
|
||||
@@ -105,9 +102,6 @@
|
||||
padding: 0 50px;
|
||||
box-shadow: 0 0 25px #0003;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus-within,
|
||||
&:focus {
|
||||
border: 1px solid @PRIMARY_COLOR_RED;
|
||||
color: @PRIMARY_COLOR_RED;
|
||||
@@ -120,9 +114,6 @@
|
||||
width: 37px;
|
||||
height: 37px;
|
||||
}
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus-within,
|
||||
&:focus {
|
||||
&:after {
|
||||
background-position: right bottom;
|
||||
@@ -144,9 +135,6 @@
|
||||
box-shadow: 0 5px 5px #003 0 6px 7px #0000001a;
|
||||
line-height: normal;
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus-within,
|
||||
&:focus {
|
||||
box-shadow: 0px 18px 28.2px 1.8px rgba(0, 0, 0, 0.4);
|
||||
font-size: 40px;
|
||||
|
||||
Reference in New Issue
Block a user