File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,9 @@ ol.ui.list li,
283
283
.ui .action .input : not ([class *= "left action" ]) > input : focus + .ui .dropdown .selection ,
284
284
.ui .action .input : not ([class *= "left action" ]) > input : focus + .ui .dropdown .selection : hover ,
285
285
.ui .action .input : not ([class *= "left action" ]) > input : focus + .button ,
286
- .ui .action .input : not ([class *= "left action" ]) > input : focus + .button : hover {
286
+ .ui .action .input : not ([class *= "left action" ]) > input : focus + .button : hover ,
287
+ .ui .action .input : not ([class *= "left action" ]) > input : focus + .icon + .button ,
288
+ .ui .action .input : not ([class *= "left action" ]) > input : focus + .icon + .button : hover {
287
289
border-left-color : var (--color-primary );
288
290
}
289
291
.ui .action .input : not ([class *= "left action" ]) > input : focus {
@@ -1956,6 +1958,10 @@ table th[data-sortt-desc] .svg {
1956
1958
justify-content : center;
1957
1959
}
1958
1960
1961
+ .ui .icon .input > i .icon {
1962
+ transition : none;
1963
+ }
1964
+
1959
1965
.flex-items-block > .item ,
1960
1966
.flex-text-block {
1961
1967
display : flex;
You can’t perform that action at this time.
0 commit comments