Skip to content

Commit

Permalink
Remove unnecessary text-align override on btn class (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebVPF authored Feb 20, 2024
1 parent 7dcfdbb commit 715fda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/system/assets/ui/less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

.btn {
font-size: @font-size-base - 1;
text-align: left;
outline: none !important;
.box-shadow(~"inset 0 -2px 0 rgba(0,0,0,.15)");

Expand Down Expand Up @@ -189,4 +188,4 @@
color: @link-color;
}
}
}
}
4 changes: 2 additions & 2 deletions modules/system/assets/ui/storm.css
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ input[type="button"].btn-block{width:100%}
.btn-group-justified>.btn-group .btn{width:100%}
[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}
.btn{font-size:13px;text-align:left;outline:none !important;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,.15)}
.btn{font-size:13px;outline:none !important;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,.15)}
.btn[disabled]{color:rgba(255,255,255,0.6)}
.btn.active,
.btn:active{-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.3);box-shadow:inset 0 1px 0 rgba(0,0,0,0.3)}
Expand Down Expand Up @@ -3687,4 +3687,4 @@ ul.autocomplete.dropdown-menu.inspector-autocomplete li a{padding:5px 12px;white
.clockpicker-plate{border:none}
.clockpicker-hours .clockpicker-tick{font-size:12px}
.clockpicker-hours .clockpicker-tick.tick-inner{font-size:16px}
.clockpicker-minutes .clockpicker-tick{font-size:16px}
.clockpicker-minutes .clockpicker-tick{font-size:16px}

0 comments on commit 715fda7

Please sign in to comment.