mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-16 17:38:40 +00:00
Optimize scss
This commit is contained in:
parent
55c78a7ea3
commit
e7ff89d44a
20
button.scss
20
button.scss
|
|
@ -48,9 +48,8 @@ ul.btns {
|
|||
list-style: none;
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
ul.btns li {
|
||||
li {
|
||||
background: $content-background-color;
|
||||
border-left: 1px solid $content-border-color;
|
||||
border-top: 1px solid $content-border-color;
|
||||
|
|
@ -64,24 +63,25 @@ ul.btns li {
|
|||
&:last-child {
|
||||
border-right: 1px solid $content-border-color;
|
||||
}
|
||||
|
||||
&:before {
|
||||
border-left-color: $content-border-color;
|
||||
margin-left: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
ul.btns a {
|
||||
a {
|
||||
display: block;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
ul.btns li:before {
|
||||
border-left-color: $content-border-color;
|
||||
margin-left: 1px;
|
||||
.active {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
ul.btns .active, ul.btns li:hover {
|
||||
.active, li:hover {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
ul.btns .active {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
button.simple {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user