File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 4949 stroke : # fff ;
5050 pointer-events : none;
5151 }
52+ .fa-icon > .badge {
53+ font-family : sans-serif;
54+ font-size : 80% ;
55+ pointer-events : none;
56+ transform : translate (100% , 110% );
57+ }
58+ .fa-icon .disabled > .badge {
59+ display : none;
60+ }
5261
5362body {
5463 font-size : 14px ;
Original file line number Diff line number Diff line change @@ -255,14 +255,6 @@ body.compactView #content tr:not(.vExpanded) td {
255255 justify-content : space-around;
256256 margin-left : 0.5em ;
257257 }
258- .ruleEditorToolbar .fa-icon > .badge {
259- font-family : sans-serif;
260- font-size : 80% ;
261- pointer-events : none;
262- }
263- .ruleEditorToolbar .fa-icon .disabled > .badge {
264- display : none;
265- }
266258
267259.fa-icon .scopeRel {
268260 fill : # 24c ;
Original file line number Diff line number Diff line change 5656 < div class ="ruleWidgets "> </ div >
5757 < div class ="ruleEditorToolbar ">
5858 < svg id ="matrixRevertButton " class ="fa-icon scopeRel " tip-anchor-right data-i18n-tip ="matrixRevertButtonTip "> < use xlink:href ="/img/fontawesome/fontawesome-defs.svg#fa-icon_eraser "> </ use > </ svg >
59- < svg id ="matrixPersistButton " class ="fa-icon scopeRel " tip-anchor-right data-i18n-tip ="matrixPersistButtonTip "> < use xlink:href ="/img/fontawesome/fontawesome-defs.svg#fa-icon_lock "> </ use > < text class ="badge " x =" 100% " y =" 100% " > </ text > </ svg >
59+ < svg id ="matrixPersistButton " class ="fa-icon scopeRel " tip-anchor-right data-i18n-tip ="matrixPersistButtonTip "> < use xlink:href ="/img/fontawesome/fontawesome-defs.svg#fa-icon_lock "> </ use > < text class ="badge "> </ text > </ svg >
6060 </ section >
6161 </ section >
6262 </ div >
You can’t perform that action at this time.
0 commit comments