aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/button/IconButton.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-26 16:28:39 +0800
committercrupest <crupest@outlook.com>2023-08-26 16:28:39 +0800
commit1f90dd29a2e1a11cf16857513f14bce3df68c1e1 (patch)
tree4f044ae6ebf37014f33c37c5fee8bf9d37b4f3c7 /FrontEnd/src/views/common/button/IconButton.css
parent5284f38c002e5bf88e308e208456d41d4126b30e (diff)
downloadtimeline-1f90dd29a2e1a11cf16857513f14bce3df68c1e1.tar.gz
timeline-1f90dd29a2e1a11cf16857513f14bce3df68c1e1.tar.bz2
timeline-1f90dd29a2e1a11cf16857513f14bce3df68c1e1.zip
...
Diffstat (limited to 'FrontEnd/src/views/common/button/IconButton.css')
-rw-r--r--FrontEnd/src/views/common/button/IconButton.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/FrontEnd/src/views/common/button/IconButton.css b/FrontEnd/src/views/common/button/IconButton.css
index 09f29415..a3747201 100644
--- a/FrontEnd/src/views/common/button/IconButton.css
+++ b/FrontEnd/src/views/common/button/IconButton.css
@@ -1,5 +1,5 @@
.cru-icon-button {
- color: var(--cru-button-normal-color);
+ color: var(--cru-clickable-normal-color);
font-size: 1.4rem;
background: none;
border: none;
@@ -9,19 +9,19 @@
}
.cru-icon-button:hover {
- color: var(--cru-button-hover-color);
+ color: var(--cru-clickable-hover-color);
}
.cru-icon-button:focus {
- color: var(--cru-button-focus-color);
+ color: var(--cru-clickable-focus-color);
}
.cru-icon-button:active {
- color: var(--cru-button-active-color);
+ color: var(--cru-clickable-active-color);
}
.cru-flat-button:disabled {
- color: var(--cru-button-disabled-color);
+ color: var(--cru-clickable-disabled-color);
cursor: auto;
}